Skip to content

Commit

Permalink
chore: update created transaction status
Browse files Browse the repository at this point in the history
  • Loading branch information
mastro993 committed Jan 25, 2024
1 parent 736c14e commit db3e601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/wallet/payloads/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const getNewTransactionResponsePayload = (
O.some({
transactionId: ulid(),
payments,
status: TransactionStatusEnum.ACTIVATED,
status: TransactionStatusEnum.ACTIVATION_REQUESTED,

Check failure on line 22 in src/features/wallet/payloads/transactions.ts

View workflow job for this annotation

GitHub Actions / checks

Property 'ACTIVATION_REQUESTED' does not exist on type 'typeof TransactionStatusEnum'. Did you mean 'NOTIFICATION_REQUESTED'?
clientId: ClientIdEnum.IO,
sendPaymentResultOutcome: SendPaymentResultOutcomeEnum.OK
});
Expand Down

0 comments on commit db3e601

Please sign in to comment.