Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 500b2bc

Browse files
committed
gofmt
1 parent 26147f8 commit 500b2bc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

repo/checkout.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ type CheckoutCurrency struct {
1212
}
1313

1414
type CheckoutBreakdown struct {
15-
BasePrice string `json:"basePrice"`
16-
Coupon string `json:"coupon"`
17-
OptionSurcharge string `json:"optionSurcharge"`
18-
PriceCurrency CheckoutCurrency `json:"priceCurrency"`
19-
Quantity string `json:"quantity"`
20-
ShippingPrice string `json:"shippingPrice"`
21-
Tax string `json:"tax"`
22-
TotalPrice string `json:"totalPrice"`
15+
BasePrice string `json:"basePrice"`
16+
Coupon string `json:"coupon"`
17+
OptionSurcharge string `json:"optionSurcharge"`
18+
PriceCurrency CheckoutCurrency `json:"priceCurrency"`
19+
Quantity string `json:"quantity"`
20+
ShippingPrice string `json:"shippingPrice"`
21+
Tax string `json:"tax"`
22+
TotalPrice string `json:"totalPrice"`
2323
}

0 commit comments

Comments
 (0)