cocoastorm / vue-paypal-checkout

A simple Vue.js wrapper component for paypal-checkout
MIT License
153 stars 67 forks source link

Inline form displaying whenever user selects to pay with card always requires shipping address #87

Open Ant-V opened 5 years ago

Ant-V commented 5 years ago

I noticed there is a change on the card buttons. (Visa, Mastercard, etc). It used to be once you click on them, they opened a new tab and the user filled his details on Paypal. Now when a user clicks on a card button an inline form appears for the user to fill his/her data, and it always asks for a shipping address. Has anyone a way to fix this to either revert to the previous way of working or at least disabling the shipping form?