Skip to content
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

Subscription doesn't work well #235

Open
jorgehenriquezd opened this issue Mar 5, 2023 · 3 comments
Open

Subscription doesn't work well #235

jorgehenriquezd opened this issue Mar 5, 2023 · 3 comments

Comments

@jorgehenriquezd
Copy link

I have 3 plan subscriptions and i use this code that is in version 7.0.0:
https://github.com/prettydev/ngx-paypal-subscription

but doesn't work in the last version of the library (11.0.0), when i create the subscription, it set a default amount of 0.01 USD and that's not the price of the plan

@viethoanganh79
Copy link

try using createSubscriptionOnClient instead createSubscription

@jarridlima
Copy link

Same issue here. 😞 (v11).

i've tried to use createSubscriptionOnClient, but dont work.

@saranglakare
Copy link

See this: #242 (comment) . It works perfectly if you pass the ID of the subscription plan. However, if you are creating subscription per user on server, then you are out of luck as the latest library does not support createSubscription in the user's config at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants