Skip to content

Commit a87e6fe

Browse files
authored
Merge pull request #14 from husennasrullah/master
add field emeterai in salesMerchant struct
2 parents 97b907f + a28d029 commit a87e6fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

model/sales_merchant.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ type SalesMerchant struct {
1212
MerchantShippingCode string `json:"merchant_shipping_code"`
1313
MerchantShippingAmount int64 `json:"merchant_shipping_amount"`
1414
MerchantShippingAmountFormated string `json:"merchant_shipping_amount_formated"`
15+
EmeteraiAmount int64 `json:"emeterai_amount"`
1516
CreatedAt time.Time `json:"created_at"`
1617
UpdatedAt time.Time `json:"updated_at"`
1718
}

0 commit comments

Comments
 (0)