reward.php (447B)
1 <?php 2 // Text 3 $_['text_success'] = 'Success: Your reward points discount has been applied!'; 4 5 // Error 6 $_['error_permission'] = 'Warning: You do not have permission to access the API!'; 7 $_['error_reward'] = 'Warning: Please enter the amount of reward points to use!'; 8 $_['error_points'] = 'Warning: You don\'t have %s reward points!'; 9 $_['error_maximum'] = 'Warning: The maximum number of points that can be applied is %s!';