Hi!
I’m trying to set up my custom user profile pages so that they only display the payment/cancellation information for the gateway the user paid with when they subscribed.
Basically, if the user subscribed with PayPal, the profile page should only show their PayPal options (not Stripe or any other gateway).
I understand this can be done by using current_user_gateway_is(gateway) however I’m unclear on what the gateway names are. Are these correct?
current_user_gateway_is(paypal)current_user_gateway_is(stripe)
Thanks!
Luis