From 835706cd81823502688e220c5aebc6d3a56c8a46 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Tue, 9 Jun 2026 14:02:19 +0200 Subject: [PATCH] fix argument order --- test/api/unit/libs/payments/google.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/unit/libs/payments/google.test.js b/test/api/unit/libs/payments/google.test.js index 0962c2f249..6037141b4f 100644 --- a/test/api/unit/libs/payments/google.test.js +++ b/test/api/unit/libs/payments/google.test.js @@ -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 }, }); }); });