devshakhawat / memberpress-two-tier-recurring-addon

working on memberpress addon
0 stars 0 forks source link

Hook for Modify Endpoint #1

Open devshakhawat opened 2 hours ago

devshakhawat commented 2 hours ago

I have changed function create_subscription() inside MeprStripeGateway class of memberpress plugin because there is no hook to change endpoint. $endpoint = MeprHooks::apply_filters( 'mepr_stripe_subscription_endpoint', 'subscriptions', $prd->ID );

By using this mepr_stripe_subscription_endpoint filter hook I have changed 'subscriptions' to 'subscription_schedules' endpoint. by which I applied schedule payment.

mukto90 commented 2 hours ago

Please mention the file name and the line number :1234: