-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
Add missing fields to Shop, Customer and Order, and fix tests for shop in Norway #675
Conversation
Hiii @nozzlegear, could you take a look at this and see if it can be merged? Having the order's "current" fields would be a lot of help to our app as it would be much easier to calculate the total amount and total outstanding amount on the order. If you have some questions about the things done in the tests, they were needed to run the tests for our shop which is in Norway. |
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.
Alrighty, I've reviewed your PR and most of it looks good to me! I just need to request a couple changes to the new properties you've added:
DateTime
should be changed toDateTimeOffset?
.bool
should be changed tobool?
.
In general I try to ensure that all fields are clearly marked as nullable where possible, as we've run into many issues in the past where an unexpected null value breaks deserialization.
# Conflicts: # ShopifySharp/Entities/Order.cs
@nozzlegear Could you review this again? I also changed CheckoutToken to String. |
@nozzlegear Could you take a look at this and see if you could get it published? |
Sure thing, sorry! I've been super busy and let this get away from me. I'll review it within the next few days.
…--
Josh Harms
On Thu, Nov 11, 2021, at 01:55, Sigurd Schoeler wrote:
@nozzlegear <https://github.com/nozzlegear> Could you take a look at this and see if you could get it published?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#675 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AASOE7CQSYCXXL7JFCO7TATULNZHZANCNFSM5FPCZHFA>.
|
Published in v5.14.0 on nuget. Thank you very much for the pull request! |
This PR closes: