diff --git a/erp/shipment.go b/erp/shipment.go index 14b7df2..8e44a46 100644 --- a/erp/shipment.go +++ b/erp/shipment.go @@ -216,10 +216,11 @@ func (s *shipment) Edit(ctx context.Context, args ArgsShipmentEdit) (err error) } type ReplyCustoms struct { - CostAmount decimal.Decimal `json:"costAmount"` - CustomsCostAmount decimal.Decimal `json:"customsCostAmount"` - SaleTotalAmount decimal.Decimal `json:"saleTotalAmount"` - Products []CustomsProductItem `json:"products"` + CostAmount decimal.Decimal `json:"costAmount"` + CustomsCostAmount decimal.Decimal `json:"customsCostAmount"` + SaleTotalAmount decimal.Decimal `json:"saleTotalAmount"` + CustomsTotalAmount decimal.Decimal `json:"customsTotalAmount"` + Products []CustomsProductItem `json:"products"` } type CustomsProductItem struct {