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 }, }); }); });