Merge pull request 'feat: onpoint - update OR payload' (#22) from feat/onpoint-update-or-payload into master
Reviewed-on: #22
This commit is contained in:
commit
d1fc6632eb
|
@ -28,6 +28,7 @@ type ORPayload struct {
|
||||||
CodType string `json:"cod_type"`
|
CodType string `json:"cod_type"`
|
||||||
Note string `json:"note"`
|
Note string `json:"note"`
|
||||||
OrCode string `json:"or_code"`
|
OrCode string `json:"or_code"`
|
||||||
|
PartnerORCode string `json:"partner_or_code"`
|
||||||
OrType string `json:"or_type"`
|
OrType string `json:"or_type"`
|
||||||
ShippingType string `json:"shipping_type"`
|
ShippingType string `json:"shipping_type"`
|
||||||
CustomerName string `json:"customer_name"`
|
CustomerName string `json:"customer_name"`
|
||||||
|
|
Loading…
Reference in New Issue