-
Notifications
You must be signed in to change notification settings - Fork 3
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
Order line item GC info #498
Conversation
f3ff7ce
to
adc1d3e
Compare
adc1d3e
to
b6dc500
Compare
36d4b6c
to
a4f30d4
Compare
8719393
to
84b5537
Compare
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.
Reeeeeeally small change
clientID = "gift-cards" | ||
groupID = "mwh-gift-cards-consumers" | ||
clientID = "gift-cards-tony" | ||
groupID = "mwh-gift-cards-consumers-tony" |
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.
Mind pulling the tony
off? :)
@@ -43,8 +43,7 @@ type Order struct { | |||
TagIDs []int `json:"tagIds"` | |||
} | |||
|
|||
func NewOrderFromPhoenix(order phoenix.Order) (*Order, error) { | |||
|
|||
func NewOrderFromActivity(order mwhPayloads.Order) (*Order, error) { |
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.
👍
reference number to referene numbers changed on middleware house
489fed9
to
ebecd41
Compare
No description provided.