-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't find noshipping-option (REST) #175
Comments
Same need here. I submit a PR. |
I am having the same problem. How to apply this? @jlttt |
@renielDev You can have a look at the file changes of the PR #184. |
You can use PayPal Web experience profiles - link. Just create customized profile and add parameter 'experienceProfileId' to your gateway initialization. |
The PR referenced can't currently be merged because of code conflicts. I'll resolve that when I can. |
Because this is still open for anyone who wants to disable the shipping during the payment using paypal rest api: $transaction = $gateway->purchase($operation); |
I change my project from the PayPal-Express API to the PayPal-REST-API, but I find no way to disable the shipping address. In the PayPal-Express-API I have to set noshipping to 1, but this doesn't work in the REST-API. Is there any solution?
Thanks a lot.
The text was updated successfully, but these errors were encountered: