1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Working on tests

This commit is contained in:
Hillel Coren 2018-03-11 11:55:54 +02:00
parent 5eab95f5d8
commit 5cfa19a5c8

View File

@ -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)