Status:
Answered
Hai, i am using membership suite and i am developing custom gateway for EBS to integrate with MS_Core module. Can i know if any option to select gateways according to user country in ms_core. I want to use EBS gateway for Users from India and Paypal for user from other countries. Is any option for this requirement in ms_core?








Currently there is no API for selectively showing the gateways based on user country. To do something like this, you would need to implement hook_form_alter in a custom module to remove the gateway from the list if it shouldn't be shown.
Hope that helps!
-Leighton