Compare commits
No commits in common. "d1fc6632eba771f851b89adc22f174f730b6c2e4" and "08029dfd8e6d472f21525b21938833085f3ed05a" have entirely different histories.
d1fc6632eb
...
08029dfd8e
|
@ -28,7 +28,6 @@ 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