mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 05:54:38 -04:00
Fixes for authorize
This commit is contained in:
parent
a8daa31167
commit
0e1b6c9341
@ -70,7 +70,7 @@ class AuthorizePaymentMethod
|
|||||||
|
|
||||||
$this->payment_method_id = $data['method'];
|
$this->payment_method_id = $data['method'];
|
||||||
|
|
||||||
switch ($this->payment_method) {
|
switch ($this->payment_method_id) {
|
||||||
case GatewayType::CREDIT_CARD:
|
case GatewayType::CREDIT_CARD:
|
||||||
return $this->authorizeCreditCardResponse($data);
|
return $this->authorizeCreditCardResponse($data);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user