mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 08:14:44 -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)
|
||||
{
|
||||
$cgt = $this->storePaymentMethod($request);
|
||||
$cgt = $this->powerboard->customer()->storePaymentMethod($request);
|
||||
|
||||
return redirect()->route('client.payment_methods.index');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user