aboutsummaryrefslogtreecommitdiffstats
path: root/public/catalog/language/en-gb/api/coupon.php
blob: 4f6b1ea9567c65ff5692b3426a5fcb2f8976634b (plain)
1
2
3
4
5
6
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!';