-
Notifications
You must be signed in to change notification settings - Fork 380
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
Shipping address updates for paypal checkout #3262
Conversation
notbakaneko
commented
May 24, 2018
- remove shipping address when not required
- force shipping address when required
7a949b6
to
dbe07ba
Compare
{ | ||
$address = $this->order->address; | ||
|
||
return (new ShippingAddress()) |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
.env.example
Outdated
@@ -109,6 +109,7 @@ PAYPAL_URL=https://www.sandbox.paypal.com/cgi-bin/webscr | |||
PAYPAL_MERCHANT_ID= | |||
PAYPAL_CLIENT_ID= | |||
PAYPAL_CLIENT_SECRET= | |||
PAYPAL_NO_SHIPPING_EXPERIENCE_PROFILE= |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
@@ -92,7 +102,7 @@ private function getAmount() | |||
|
|||
private function getItemList() | |||
{ | |||
return (new ItemList()) | |||
$itemList = (new ItemList()) |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.