Skip to content

Conversation

pcothenet
Copy link
Contributor

What

** CHANGEME: What are you changing? **

Why

** CHANGEME: Why are these changes needed? **

SDK Release Checklist

  • Have you added an integration test for the changes?
  • Have you built the library locally and made queries against it successfully?
  • Did you update the changelog?
  • Did you bump the package version?
  • If endpoints were removed, did you manually remove the corresponding files? (this should be rare)
  • For breaking changes, did you plan for the release of the new SDK versions and deploy the API to production?

Comment on lines -1566 to -1568
all_params.append("destination_country_code")
all_params.append("destination_locode")
all_params.append("destination_postal_code")
Copy link
Contributor Author

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?

Comment on lines -1208 to +1204
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")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

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",
Copy link
Contributor

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?

Copy link
Contributor Author

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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks better

@pcothenet pcothenet closed this Jul 29, 2022
@pcothenet pcothenet deleted the pc/issued_to branch July 29, 2022 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants