Expected intent=subscription to be passed to SDK, but got intent=capture

glukamin
New Community Member

Hi,

 

I am using setup instructions from this link here: here

It pretty much works except I am getting following warning in chrome:

Untitled.png

As for creating subscriptions here is the code:

createSubscription: (data: any, actions: any) =>  {
            return actions.subscription.create({
              plan_id: self.planId
            });

 

If I force in url to pass intent=subscription - which btw reading paypal doc and sdk it doesn't exists - an error is preventing me from opening paypal form.

What can I do to fix this problem and can this maybe safely ignored?

Using sandbox account.

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.