Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ff851823e |
@@ -18,6 +18,10 @@ type SnipcartShippingAddress struct {
|
|||||||
|
|
||||||
type SnipcartOrderEventContent struct {
|
type SnipcartOrderEventContent struct {
|
||||||
Token string `json:"token"`
|
Token string `json:"token"`
|
||||||
|
Status string `json:"status"`
|
||||||
|
PaymentStatus string `json:"paymentStatus"`
|
||||||
|
Email string `json:"email"`
|
||||||
|
Curreny string `json:"currency"`
|
||||||
Items []SnipcartItem `json:"items"`
|
Items []SnipcartItem `json:"items"`
|
||||||
ShippingAddress SnipcartShippingAddress `json:"shippingAddress"`
|
ShippingAddress SnipcartShippingAddress `json:"shippingAddress"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user