mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:34:30 -04:00
Authorize.blade.php
This commit is contained in:
parent
d2d807dd7d
commit
1172e4bfc1
@ -39,7 +39,7 @@ class CreditCard implements LivewireMethodInterface
|
|||||||
|
|
||||||
public function authorizeResponse($request)
|
public function authorizeResponse($request)
|
||||||
{
|
{
|
||||||
$cgt = $this->storePaymentMethod($request);
|
$cgt = $this->powerboard->customer()->storePaymentMethod($request);
|
||||||
|
|
||||||
return redirect()->route('client.payment_methods.index');
|
return redirect()->route('client.payment_methods.index');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user