Skip to content

Commit

Permalink
fix(transition): Add Unclaimed status to Status transition (#207)
Browse files Browse the repository at this point in the history
Adding the UNCLAIMED status to the internal Status enum of HyperwalletStatusTransition.
We've faced this issue when cancelling an UNCLAIMED payout, the SDK cannot parse the response
  • Loading branch information
oualidsr authored Apr 12, 2024
1 parent f27a9dd commit 63e6af1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public enum Status {
PRE_ACTIVATED, ACTIVATED, DE_ACTIVATED, FROZEN, SUSPENDED, UNSUSPENDED, LOST_OR_STOLEN, LOCKED, UNLOCKED,
CREATED, SCHEDULED, PENDING_ACCOUNT_ACTIVATION, PENDING_ID_VERIFICATION, PENDING_TAX_VERIFICATION,
PENDING_TRANSFER_METHOD_ACTION, PENDING_TRANSACTION_VERIFICATION, IN_PROGRESS, COMPLETED, FAILED,
RECALLED, RETURNED, EXPIRED, CANCELLED, VERIFIED, INVALID, QUOTED, VERIFICATION_REQUIRED
RECALLED, RETURNED, EXPIRED, CANCELLED, VERIFIED, INVALID, QUOTED, VERIFICATION_REQUIRED, UNCLAIMED

}

Expand Down

0 comments on commit 63e6af1

Please sign in to comment.