-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MemberPress does nothing with the gateway create-subscriptions
capability
#2
Comments
Posted by @remcotolsma in pronamic/wp-pronamic-pay-memberpress#12 (comment):
What exactly do we want to report / expect if Draft support messageHi,We noticed you're setting the Background: a user of our Pronamic Pay plugin asked us to add support for a specific payment method. The payment method does not support recurring payments, so we don't set the Best regards, |
The default MemberPress gateways all have the
create-subscriptions
capability:https://github.com/pronamic/memberpress/search?q=create-subscriptions
That is why we also have this in the Pronamic Pay MemberPress Add-On:
https://github.com/pronamic/wp-pronamic-pay-memberpress/blob/a9ed77a71e2c64ab14e744461661aba8ee08a121/src/Gateways/Gateway.php#L99-L118
You would expect MemberPress to also do something for gateways that don't have the
create-subscriptions
capability, but unfortunately that is not the case.The text was updated successfully, but these errors were encountered: