From bfa92fd7e9fc702f4d42ee6f0fc0db452c402e11 Mon Sep 17 00:00:00 2001 From: rising-dragon401 Date: Thu, 2 May 2024 14:39:45 +0530 Subject: [PATCH] fix(paymentutils): fixed Maximum Depth Exceeded (#343) --- src/Utilities/PaymentUtils.res | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Utilities/PaymentUtils.res b/src/Utilities/PaymentUtils.res index 05fdad0..735c259 100644 --- a/src/Utilities/PaymentUtils.res +++ b/src/Utilities/PaymentUtils.res @@ -323,7 +323,5 @@ let useGetPaymentMethodList = (~list, ~paymentOptions, ~paymentType) => { areAllApplePayRequiredFieldsPrefilled, optionAtomValue.wallets.payPal, paymentType, - paymentOrder, - paymentOptions, )) }