Added default language pack (en-gb)
This commit is contained in:
7
catalog/api/coupon.php
Normal file
7
catalog/api/coupon.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_success'] = 'Success: Your coupon discount has been applied!';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to access the API!';
|
||||
$_['error_coupon'] = 'Warning: Coupon is either invalid, expired or reached it\'s usage limit!';
|
Reference in New Issue
Block a user