Skip to content

Commit

Permalink
fix: recipient
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Nov 23, 2023
1 parent 20b4abc commit 97bc4be
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/Enums/ErrorCodeEnum.php
Expand Up @@ -13,23 +13,8 @@
*/
enum ErrorCodeEnum: string
{
/**
* Completed Successfully
*/
case SUCCESS = '00';

/**
* Format Error
*/
case FORMAT_ERROR = '30';

/**
* System Malfunction
*/
case SYSTEM_MALFUNCTION = '96';

/**
* Invalid Sender Account
*/
case INVALID_SENDER_ACCOUNT = '07';
case RECIPIENT_ACCOUNT_INVALID = '07';
}

0 comments on commit 97bc4be

Please sign in to comment.