From 98ec1757f92a7fd45ee987f9bb755622a3df33e1 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Wed, 26 Oct 2022 16:30:15 +0200 Subject: [PATCH] fix tests --- test/api/unit/libs/payments/apple.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/api/unit/libs/payments/apple.test.js b/test/api/unit/libs/payments/apple.test.js index 217a307d0b..e7c5c2bf81 100644 --- a/test/api/unit/libs/payments/apple.test.js +++ b/test/api/unit/libs/payments/apple.test.js @@ -298,6 +298,7 @@ describe('Apple Payments', () => { expirationDate: moment.utc().add({ day: 1 }).toDate(), productId: option.sku, transactionId: token, + originalTransactionId: token, }]); sub = common.content.subscriptionBlocks[option.subKey];