Вопрос

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.

enter image description here

Это было полезно?

Решение

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.

Другие советы

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top