-
Notifications
You must be signed in to change notification settings - Fork 2
Test #64
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
Test #64
Conversation
all_params.append("destination_country_code") | ||
all_params.append("destination_locode") | ||
all_params.append("destination_postal_code") |
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.
@holtbp is it possible that you have uncommitted changes to client-code-generation?
all_params.append("destination_country_code") | ||
all_params.append("destination_locode") | ||
all_params.append("destination_postal_code") | ||
all_params.append("freight_mass_g") | ||
all_params.append("origin_country_code") | ||
all_params.append("origin_locode") | ||
all_params.append("origin_postal_code") | ||
all_params.append("origin_airport") | ||
all_params.append("destination_airport") |
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.
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.
Huh, removing all of the destination/origin fields and putting airport fields for this rail shipping estimate method?
"origin_airport", | ||
"destination_airport", | ||
"origin_aiport", | ||
"destination_aiport", |
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.
Wait, is this a misspelling? Where is that coming from?
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.
That's what I'm trying to figure out 🤷 . I only made changes to issued_to and ran the generator.
"amount": "int", | ||
"unit": "str", | ||
"issued_to": "V1OrdersIssuedTo", | ||
"issued_to": "IssuedTo", |
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.
This looks better
What
** CHANGEME: What are you changing? **
Why
** CHANGEME: Why are these changes needed? **
SDK Release Checklist