mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 06:24:30 -04:00
Powerboard
This commit is contained in:
parent
3689931624
commit
d2d807dd7d
@ -139,7 +139,7 @@ class CreditCard implements LivewireMethodInterface
|
||||
|
||||
nlog($r->body());
|
||||
|
||||
if($r->failed());
|
||||
if($r->failed())
|
||||
return $this->processUnsuccessfulPayment($r);
|
||||
|
||||
$charge = (new \App\PaymentDrivers\CBAPowerBoard\Models\Parse())->encode(Charge::class, $r->object()->resource->data) ?? $r->throw();
|
||||
|
Loading…
x
Reference in New Issue
Block a user