first upload all files
This commit is contained in:
8
Modules/Payment/Resources/lang/en/messages.php
Normal file
8
Modules/Payment/Resources/lang/en/messages.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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!',
|
||||
];
|
||||
6
Modules/Payment/Resources/lang/en/order.php
Normal file
6
Modules/Payment/Resources/lang/en/order.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'tax' => 'Tax',
|
||||
'discount' => 'Discount',
|
||||
];
|
||||
Reference in New Issue
Block a user