From db3e6016306a10d1978ffb694ff97c7d3c5b8a03 Mon Sep 17 00:00:00 2001 From: Federico Mastrini Date: Thu, 25 Jan 2024 17:38:34 +0100 Subject: [PATCH 1/2] chore: update created transaction status --- src/features/wallet/payloads/transactions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); From 6dce771da2126ffac0441ca1ea50ffc17186a0db Mon Sep 17 00:00:00 2001 From: Federico Mastrini Date: Fri, 26 Jan 2024 09:29:47 +0100 Subject: [PATCH 2/2] chore: update api definitions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ff266e1..73387b3e 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,