Authorize.blade.php

This commit is contained in:
David Bomba 2024-09-09 19:36:25 +10:00
parent d2d807dd7d
commit 1172e4bfc1

View File

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