9 lines
254 B
PHP
9 lines
254 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'only_supports_inr' => 'Only INR currency is supported.',
|
||
|
'currency_not_supported' => 'Currency not supported.',
|
||
|
'payment_gateway_error' => 'Payment gateway error!',
|
||
|
'payment_cancelled' => 'Payment cancelled!',
|
||
|
];
|