Fix for payment method route

This commit is contained in:
David Bomba 2020-11-26 20:53:01 +11:00
parent 5e0bcfbc88
commit 150bb9c396

View File

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