I have an app that hides payment methods, and the payment customization hide operation fails to work properly in this use case:
- Have “Stripe” and “PagarMe” payment methods available
- Output a hide operation on the “PagarMe” payment method id in the payment customization
- As a result (at least in the 3 page checkout) the payment customization will hide Stripe instead of PagarMe
Here is the input and output of the function as evidence:
Payment methods input:
Operations output:
Result shown at checkout:
I suspect it has something to do with the fact that PagarMe looks like it “lazy” loads when entering the checkout.
I don’t know where else to report this, that’s why i’m posting it here. Thank you!


