Hello bubblers!
I have this question;
There is a dropdown in the “checkout” section of my app. It has different payment methods, that few of them are for any insurance type acquired, others are just for specific ones
Example; you can buy an insurance policy for almost everything and pay it with credit card
but, when you do check out with specific policies for the government, those options needs to leave.
So, I did this thing (table) making each payment method, with a “list” of insurance types
And, when I tell the dropdown to do a search for Metodos de pago, I make the constraint that it has to only display, the ones that has that insurance type
But it doesnt works, and displays all the payment types.
Please help!