mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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…
x
Reference in New Issue
Block a user