diff --git a/package.json b/package.json index 0a8db2a9..668a00bd 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "api_idpay": "https://raw.githubusercontent.com/pagopa/cstar-infrastructure/v6.5.0/src/domains/idpay-app/api/idpay_appio_full/openapi.appio.full.yml", "api_fast_login": "https://raw.githubusercontent.com/pagopa/io-backend/v13.25.1-RELEASE/openapi/generated/api_fast_login.yaml", "api_pagopa_walletv3": "https://raw.githubusercontent.com/pagopa/pagopa-infra/740e7dcc5ea2ea19639316fea6797bbd504dd0ae/src/domains/wallet-app/api/payment-wallet/v1/_openapi.json.tpl", - "api_pagopa_ecommerce": "https://raw.githubusercontent.com/pagopa/pagopa-infra/5190135ac34791cf66c1986735d4134bcaf4096f/src/domains/ecommerce-app/api/ecommerce-io/v1/_openapi.json.tpl", + "api_pagopa_ecommerce": "https://raw.githubusercontent.com/pagopa/pagopa-infra/a5299db39de86a951d353fdc2bfed48188c0c125/src/domains/ecommerce-app/api/ecommerce-io/v1/_openapi.json.tpl", "author": "Matteo Boschi", "license": "MIT", "private": false, diff --git a/src/features/wallet/payloads/transactions.ts b/src/features/wallet/payloads/transactions.ts index f64af559..1d41686b 100644 --- a/src/features/wallet/payloads/transactions.ts +++ b/src/features/wallet/payloads/transactions.ts @@ -19,7 +19,7 @@ export const getNewTransactionResponsePayload = ( O.some({ transactionId: ulid(), payments, - status: TransactionStatusEnum.ACTIVATED, + status: TransactionStatusEnum.ACTIVATION_REQUESTED, clientId: ClientIdEnum.IO, sendPaymentResultOutcome: SendPaymentResultOutcomeEnum.OK });