New to the community? Welcome! Please read our Community Rules and Guidelines
actions.order.create({
purchase_units: [{
amount: {
value: amount
}
}],
application_context: {
shipping_preference: 'NO_SHIPPING'
}
});
After using the above code it still shows shipping address forms. How to hide shipping address details??
deleted
©1999-2019 PayPal, Inc. All rights reserved.