Reputation: 2178
I'd like to hide or remove the shipping details or info in PayPal because we provide only services, thus we don't require the Shipping details to show in PayPal checkout page. I am using PayPal RestAPISDK
.
Upvotes: 0
Views: 638
Reputation: 1
I was also facing the same problem and sorted it out to some extent.
You just add the following parameter redirectUrl += "&shipping=0";
and shipping address will not get displayed.
Upvotes: 0
Reputation: 1081
Unfortunately the RESTful APIs do not yet have support for the NOSHIPPING variable that is used in the Classic APIs. Address handling is something that is being discussed for future releases.
Upvotes: 1