Fixes for authorize

This commit is contained in:
David Bomba 2020-11-26 22:22:33 +11:00
parent a8daa31167
commit 0e1b6c9341

View File

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