-
Notifications
You must be signed in to change notification settings - Fork 75
LaserShipV2 extra required parameters // umitguner #334
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
Conversation
|
the pull request related to easypost support ticket number "321557" |
|
@umitgnr Thanks for the PR! You will need to remove the |
|
Please also place the other options into the listed sorted instead of at the end of the list |
umitgnr
left a comment
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.
LaserShipV2 changes fixed and sorted // umitguner
|
Thank you for feedback, it is updated and sorted.
Regards,
Justin Hammond ***@***.***>, 22 Eyl 2022 Per, 16:59 tarihinde
şunu yazdı:
… Please also place the other options into the listed sorted instead of at
the end of the list
—
Reply to this email directly, view it on GitHub
<#334 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQMZ2WTAAOYP47IF2WNA4LV7RQ3XANCNFSM6AAAAAAQSYILSI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
| public string special_rates_eligibility { get; set; } | ||
| [JsonProperty("suppress_etd")] | ||
| public bool? suppress_etd { get; set; } | ||
|
|
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 line should be preserved
Justintime50
left a comment
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.
LaserShip definitely requires these fields. Thanks for adding.
|
Your changes have been released via |
Description
LaserShipV2 extra required parameters added to the Options.cs class
Testing
Extra three required parameter added for LaserShipV2 carrier.
The below documentation explains the why these parameters needed and test conditions and results.
https://support.easypost.com/hc/en-us/articles/360062036932-Lasership-V2-Guide
Pull Request Type