I have implemented paypal checkout in my website. (https://developer.paypal.com/docs/checkout/)
Its working fine. My website is not allowing custom shipping address to customers. Instead Customers, needs to come to our office and collect the items they purchased. So I want to disable/hide the shipping address in the paypal payment popup.
I found an option of 'NOSHIPPING' variable to 1. But it seems deprecated and its SOAP method.
Is there anyway to disable shipping address change in paypal checkout payment popup.