Skip to content

Commit

Permalink
v1.2.3: correct wrong customs enums
Browse files Browse the repository at this point in the history
  • Loading branch information
d5 committed Oct 13, 2016
1 parent 3666e55 commit f18f284
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.2
1.2.3
14 changes: 6 additions & 8 deletions models/customs.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ const (
CustomsNonDeliveryOptionAbandon = "ABANDON"
CustomsNonDeliveryOptionReturn = "RETURN"

CustomsContentsTypeDocuments = "DOCUMENTS"
CustomsContentsTypeGift = "GIFT"
CustomsContentsTypeSample = "SAMPLE"
CustomsContentsTypeHumanitarian = "HUMANITARIAN_"
CustomsContentsTypeDonation = "DONATION"
CustomsContentsTypeReturn = "RETURN_"
CustomsContentsTypeMerchandise = "MERCHANDISE"
CustomsContentsTypeOther = "OTHER"
CustomsContentsTypeDocuments = "DOCUMENTS"
CustomsContentsTypeGift = "GIFT"
CustomsContentsTypeSample = "SAMPLE"
CustomsContentsTypeHumanitarianDonation = "HUMANITARIAN_DONATION"
CustomsContentsTypeReturnMerchandise = "RETURN_MERCHANDISE"
CustomsContentsTypeOther = "OTHER"

CustomsEEL_PFC_NOEEI_30_37_A = "NOEEI_30_37_a"
CustomsEEL_PFC_NOEEI_30_37_H = "NOEEI_30_37_h"
Expand Down

0 comments on commit f18f284

Please sign in to comment.