working on payfast

This commit is contained in:
David Bomba 2021-09-29 10:08:57 +10:00
parent 3c7d3ad1bf
commit 1a813c365d
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ class Gateway extends StaticModel
return [GatewayType::CREDIT_CARD => ['refund' => false, 'token_billing' => true]];//eWay
break;
case 11:
return [GatewayType::CREDIT_CARD => ['refund' => false, 'token_billing' => false]];//Payfast
return [GatewayType::CREDIT_CARD => ['refund' => false, 'token_billing' => true]];//Payfast
break;
case 7:
return [

View File

@ -28,7 +28,7 @@ class PayFastPaymentDriver extends BaseDriver
public $refundable = false; //does this gateway support refunds?
public $token_billing = false; //does this gateway support token billing?
public $token_billing = true; //does this gateway support token billing?
public $can_authorise_credit_card = true; //does this gateway support authorizations?