mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Payment response
This commit is contained in:
parent
552afe3374
commit
1dd4f1e379
@ -203,9 +203,9 @@ class PayFastPaymentDriver extends BaseDriver
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
// code...
|
|
||||||
//
|
return $this->setPaymentMethod(GatewayType::CREDIT_CARD)
|
||||||
//otherwise we processs a payment response here
|
->processPaymentResponse($request);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user