mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes
This commit is contained in:
parent
597610ed4c
commit
3ed29c8e77
@ -198,7 +198,7 @@ class BACS
|
|||||||
throw new PaymentFailed('Failed to process the payment.', 500);
|
throw new PaymentFailed('Failed to process the payment.', 500);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function storePaymentMethod(PaymentMethod $method, $payment_method_id, $customer)
|
private function storePaymentMethod($method, $payment_method_id, $customer)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$payment_meta = new \stdClass;
|
$payment_meta = new \stdClass;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user