mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Working on tests
This commit is contained in:
parent
5eab95f5d8
commit
5cfa19a5c8
@ -134,6 +134,8 @@ class PaymentService extends BaseService
|
||||
}
|
||||
}
|
||||
|
||||
return $paymentDriver->completeOnsitePurchase(false, $paymentMethod);
|
||||
/*
|
||||
try {
|
||||
return $paymentDriver->completeOnsitePurchase(false, $paymentMethod);
|
||||
} catch (Exception $exception) {
|
||||
@ -149,6 +151,7 @@ class PaymentService extends BaseService
|
||||
|
||||
return false;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
public function save($input, $payment = null, $invoice = null)
|
||||
|
Loading…
Reference in New Issue
Block a user