Luehang / react-paypal-button-v2

An easy and simple to use React button component to implement PayPal Checkout with Smart Payment Buttons V2 (Version 2).
https://luehangs.site/lue_hang/projects/react-paypal-button-v2
MIT License
274 stars 81 forks source link

Do this react package provide Cancellation and auto renew of subscription plan? #84

Open nehawankar174 opened 3 years ago

nehawankar174 commented 3 years ago

Hi,

I am using "react-paypal-button-v2" react package to subscribe a plan. It is working successfully but now I wanted to implement auto renew of plan which means after plan expires pay-pal should automatic deduct amount from user and user should be able to cancel the subscription.

Can you please guide me on the same? Your help will be appreciated.

Thank You!