Working on tests
This commit is contained in:
parent
fcbab2fd02
commit
262a9e266e
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ class BasePaymentDriver
|
|||
|
||||
public function completeOnsitePurchase($input = false, $paymentMethod = false)
|
||||
{
|
||||
$this->input = $input && $input->count() ? $input : false;
|
||||
$this->input = $input && count($input) ? $input : false;
|
||||
$gateway = $this->gateway();
|
||||
|
||||
if ($input) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue