diff --git a/app/Models/Gateway.php b/app/Models/Gateway.php index 6b6399dc6e20..5d5a5578b920 100644 --- a/app/Models/Gateway.php +++ b/app/Models/Gateway.php @@ -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;