You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide integrates version 1 of the SDK; could you refer me to a similar guide for version 2?
On line 79 of the referenced script.js (link 1 below), the urlParam passed to script_to_head() uses a hosted-fields param. The hosted-fields param is used by version 1 of the SDK (link 2), where version 2 of the SDK expects a card-fields. (link 3)
I don't mean to be a pain, but PayPal directly states that new integrations should use SDK version 2. If I built a v1 integration, would it be supported?
Buttons is the default component
If you want to support credit/debit card payment u need to use paypal hosted fields.
Marks is use when paypal buttons are presented alongside other funding sources on the page and the PayPal buttons are shown when the buyer selects a radio button.
This guide integrates version 1 of the SDK; could you refer me to a similar guide for version 2?
On line 79 of the referenced script.js (link 1 below), the urlParam passed to script_to_head() uses a hosted-fields param. The hosted-fields param is used by version 1 of the SDK (link 2), where version 2 of the SDK expects a card-fields. (link 3)
I don't mean to be a pain, but PayPal directly states that new integrations should use SDK version 2. If I built a v1 integration, would it be supported?
The text was updated successfully, but these errors were encountered: