Open ppv94 opened 2 years ago
Same issue here anyone please ?
i am also facing the same issue.
You can try below code snippet in the checkout code in order to hide any payment method (for example paylater in below code)
config: { display: { hide: [{method: 'paylater'}] } }
config: { display: { hide: [{method: 'paylater'}] } }
this is working... thank you for saving my time
not working in 2023 any other solution
Description
I want to hide some payment methods in Razorpay I am able to hide Net Banking and Wallet options but Pay Later doesn't hide.
below is my code
How to hide Pay Later from payment options in react-native-razorpay