Add Razorpay to Gateway class
This commit is contained in:
parent
a08a003f89
commit
63ef35dcb9
1 changed files with 5 additions and 0 deletions
|
|
@ -137,6 +137,11 @@ class Gateway extends StaticModel
|
|||
GatewayType::BANK_TRANSFER => ['refund' => true, 'token_billing' => true] // GoCardless
|
||||
];
|
||||
break;
|
||||
case 58:
|
||||
return [
|
||||
GatewayType::HOSTED_PAGE => ['refund' => false, 'token_billing' => false] // Razorpay
|
||||
];
|
||||
break;
|
||||
default:
|
||||
return [];
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue