Skip to content

Commit

Permalink
Fixed reverse message
Browse files Browse the repository at this point in the history
  • Loading branch information
ok200paul committed Sep 30, 2024
1 parent 4135e00 commit e3e7365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Enums/ApiResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ enum ApiResponse: string
case RESPONSE_REDEMPTION_FAILED_VOUCHER_ALREADY_FULLY_REDEEMED = 'This voucher has already been fully redeemed, no redemption made this time.';
case RESPONSE_REDEMPTION_FAILED_REQUESTED_AMOUNT_TOO_HIGH = 'Requested amount is greater than voucher value remaining, no redemption made this time.';
case RESPONSE_REDEMPTION_FAILED_TOO_MANY_ATTEMPTS = 'Too many redemption attempts, please wait.';
case RESPONSE_REDEMPTION_LIVE_REDEMPTION = 'This was a test redemption. Do NOT provide the person with goods or services.';
case RESPONSE_REDEMPTION_TEST_REDEMPTION = 'Please provide the customer with their goods / services to the value of XXX.';
case RESPONSE_REDEMPTION_LIVE_REDEMPTION = 'Please provide the customer with their goods / services to the value of XXX.';
case RESPONSE_REDEMPTION_TEST_REDEMPTION = 'This was a test redemption. Do NOT provide the person with goods or services.';
case RESPONSE_REDEMPTION_SUCCESSFUL = 'Redemption successful.';
case RESPONSE_UPDATED = 'Updated';
case RESPONSE_VOUCHER_BENEFICIARY_DISTRIBUTION_SENT_ELSEWHERE = 'This voucher has been previously sent to a different beneficiary.';
Expand Down

0 comments on commit e3e7365

Please sign in to comment.