question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Need to pass custom_id while using CreateSubscription

See original GitHub issue

Please add custom_id field in create subscription code block in ngx-paypal/projects/ngx-paypal-lib/src/lib/models/paypal-models.ts

Like this,

export interface ICreateSubscriptionRequest {
    plan_id: string;
    quantity?: number;
    custom_id: string;
}

It will help me to use the PayPal js custom_id support. Please help me.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
gh-vaishnavicommented, Sep 6, 2021

please check the request now.

1reaction
Enngagecommented, Sep 6, 2021

Can you create PR for this change?

On Mon, 6 Sep 2021, 17:45 vaishnavi-gh, @.***> wrote:

Please add custom_id field in create subscription code block in ngx-paypal/projects/ngx-paypal-lib/src/lib/models/paypal-models.ts

Like this,

export interface ICreateSubscriptionRequest { plan_id: string; quantity?: number; custom_id: string; }

It will help me to use the PayPal js custom_id support. Please help me.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Enngage/ngx-paypal/issues/189, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWOQRZAXB4WIDK54S56O6LUATO3HANCNFSM5DQWOGVQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Read more comments on GitHub >

github_iconTop Results From Across the Web

I am using the Smart Subscriber button and using customid ...
Finally I got it working, The issue was webhookId passed while validating the notification. The id we need to pass is the id...
Read more >
Subscriptions feature (ICreateSubscriptionRequest) does not ...
Subscriptions feature of PayPal allows sending a custom id to PayPal with the subscription. This is important if you rely on web hooks...
Read more >
Set up change notifications that include resource data
The rest of this article walks through an example to subscribe to change notifications for chatMessage resources in a Teams channel, with each ......
Read more >
Create a subscription – curl - Stripe API reference
Creates a new subscription on an existing customer. Each customer can have up to 500 active or scheduled subscriptions. When you create a...
Read more >
Set up subscription plan - Xsolla Developer documentation
Open your project in Publisher Account. Go to the Subscriptions section. On the Subscription plan tab, click Create subscription plan.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found