Add GoCardless to Gateway.php
This commit is contained in:
parent
d814216121
commit
9acf7b8b3b
1 changed files with 4 additions and 0 deletions
|
|
@ -131,6 +131,10 @@ class Gateway extends StaticModel
|
|||
GatewayType::CREDIT_CARD => ['refund' => false, 'token_billing' => true], //Square
|
||||
];
|
||||
break;
|
||||
case 52:
|
||||
return [
|
||||
GatewayType::BANK_TRANSFER => ['refund' => true, 'token_billing' => true] // GoCardless
|
||||
];
|
||||
break;
|
||||
default:
|
||||
return [];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue