-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Api] Fixed checkout routing #6111
[Api] Fixed checkout routing #6111
Conversation
NoResponseMate
commented
Sep 14, 2016
Q | A |
---|---|
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Related tickets | - |
License | MIT |
@@ -12,6 +12,7 @@ | |||
"This value is not valid." | |||
], | |||
"children": [ | |||
{}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
o.O
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An empty child O.o
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two of them
@@ -12,6 +12,7 @@ | |||
"This value is not valid." | |||
], | |||
"children": [ | |||
{}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty child here too
Please rebase with current master since shipping methods are by |
a170740
to
6edbda3
Compare
Thank you Janek! 👍 |