fix tests

This commit is contained in:
Phillip Thelen
2022-10-26 16:30:15 +02:00
committed by Phillip Thelen
parent 742da1f2c6
commit 98ec1757f9

View File

@@ -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];