Skip to content

Commit

Permalink
Change quote to string
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Feb 9, 2023
1 parent 4fe7f9c commit 2f07337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constructs.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ type Quote struct {
ExpiresAt time.Time `json:"expiresAt"`
PayItemID string `json:"payItemId"`
AmountLocalCurrency string `json:"amountLocalCur"`
PriceLocalCurrency float64 `json:"priceLocalCur"`
PriceSystemCurrency float64 `json:"priceSystemCur"`
PriceLocalCurrency string `json:"priceLocalCur"`
PriceSystemCurrency string `json:"priceSystemCur"`
LocalCurrency string `json:"localCur"`
SystemCurrency string `json:"systemCur"`
Promotion interface{} `json:"promotion"`
Expand Down

0 comments on commit 2f07337

Please sign in to comment.