Fixes for authorize
This commit is contained in:
parent
a8daa31167
commit
0e1b6c9341
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ class AuthorizePaymentMethod
|
|||
|
||||
$this->payment_method_id = $data['method'];
|
||||
|
||||
switch ($this->payment_method) {
|
||||
switch ($this->payment_method_id) {
|
||||
case GatewayType::CREDIT_CARD:
|
||||
return $this->authorizeCreditCardResponse($data);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue