mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fix for payment method route
This commit is contained in:
parent
5e0bcfbc88
commit
150bb9c396
@ -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…
x
Reference in New Issue
Block a user