diff --git a/app/PaymentDrivers/CBAPowerBoard/CreditCard.php b/app/PaymentDrivers/CBAPowerBoard/CreditCard.php index 2266c5f97465..1b4c24284d99 100644 --- a/app/PaymentDrivers/CBAPowerBoard/CreditCard.php +++ b/app/PaymentDrivers/CBAPowerBoard/CreditCard.php @@ -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');