FleetCart/Modules/Payment/Resources/lang/en/messages.php

9 lines
254 B
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<?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!',
];