Fix for payment method route
This commit is contained in:
parent
5e0bcfbc88
commit
150bb9c396
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue