-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adds initial contracts and events for Cart, CartItem and Sellable #60
Conversation
…ff/support into pdbreen/feature/checkout-interfaces
…ff/support into pdbreen/feature/checkout-interfaces
@drewroberts - I'm sure there may be some additional iteration on the interfaces (and the addition of interfaces for Order / OrderItem), but this is far enough along that its worth a merge if you like what you see. In addition to the contracts and events, it includes a necessary fix in |
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.
Thank you! 🛒
Add LayoutType enum to support Blog #60
This PR contains the working set of interfaces and events I've been using for carts and cart items. Its far enough along to look through and comment on, but I want to do a bit more hands on usage before removing the don't merge tag.