mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
fix tests
This commit is contained in:
committed by
Phillip Thelen
parent
742da1f2c6
commit
98ec1757f9
@@ -298,6 +298,7 @@ describe('Apple Payments', () => {
|
|||||||
expirationDate: moment.utc().add({ day: 1 }).toDate(),
|
expirationDate: moment.utc().add({ day: 1 }).toDate(),
|
||||||
productId: option.sku,
|
productId: option.sku,
|
||||||
transactionId: token,
|
transactionId: token,
|
||||||
|
originalTransactionId: token,
|
||||||
}]);
|
}]);
|
||||||
sub = common.content.subscriptionBlocks[option.subKey];
|
sub = common.content.subscriptionBlocks[option.subKey];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user