fix argument order

This commit is contained in:
Phillip Thelen
2026-06-09 14:02:19 +02:00
parent 2baca238b2
commit 835706cd81
+1 -1
View File
@@ -236,9 +236,9 @@ describe('Google Payments', () => {
paymentMethod: googlePayments.constants.PAYMENT_METHOD_GOOGLE,
sub,
headers,
additionalData: { data: receipt, signature },
nextPaymentProcessing,
nextBillingDate: undefined,
additionalData: { data: receipt, signature },
});
});
});