Skip to content

Commit

Permalink
fix: add code
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Sep 2, 2024
1 parent bdebc75 commit 87ecc8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Enums/ErrorCodeEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ enum ErrorCodeEnum: string
{
case SUCCESS = '90000';
case BANK_UNAVAILABLE = '70120';
case INVALID_ENTITY_CODE = '70012';
}

0 comments on commit 87ecc8a

Please sign in to comment.