From 77f71b852bfafdc3887393a2b199a28949207b8d Mon Sep 17 00:00:00 2001 From: Rakov Date: Fri, 7 Jul 2023 16:40:31 +0300 Subject: [PATCH] fix(#phonepe): fix iframe payment for mobile --- .../components/PackageSelectionStep/index.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/features/BuyMatchPopup/components/PackageSelectionStep/index.tsx b/src/features/BuyMatchPopup/components/PackageSelectionStep/index.tsx index f65af167..d6f3aa04 100644 --- a/src/features/BuyMatchPopup/components/PackageSelectionStep/index.tsx +++ b/src/features/BuyMatchPopup/components/PackageSelectionStep/index.tsx @@ -161,6 +161,15 @@ export const PackageSelectionStep = () => { buttonLexic={buttonLexic} /> + {selectedPackage && isIframePayment && ( + + )} ) }