diff --git a/app/PaymentDrivers/AuthorizePaymentDriver.php b/app/PaymentDrivers/AuthorizePaymentDriver.php index d8dc9b201a6e..4666d3b3d5bb 100644 --- a/app/PaymentDrivers/AuthorizePaymentDriver.php +++ b/app/PaymentDrivers/AuthorizePaymentDriver.php @@ -72,7 +72,7 @@ class AuthorizePaymentDriver extends BaseDriver return (new AuthorizePaymentMethod($this))->authorizeView(); } - public function authorizeResponseView(array $data) + public function authorizeResponse(array $data) { return (new AuthorizePaymentMethod($this))->authorizeResponseView($data); }