Skip to content

Commit

Permalink
fix: error code
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Sep 2, 2024
1 parent 543ba76 commit 43f52c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Enums/ErrorCodeEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ enum ErrorCodeEnum: string
case APPROVED_UPDATE_TRACK_1 = '90010';

// Approved by Financial Institution, VIP. Kindly reach out to Interswitch.
case APPROVED_UPDATE_TRACK_2 = '90010';
case APPROVED_UPDATE_TRACK_2 = '90011';

// Approved by Financial Institution, Update Track 3. Kindly reach out to Interswitch.
case APPROVED_UPDATE_TRACK_3 = '90016';
Expand Down

0 comments on commit 43f52c4

Please sign in to comment.