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

Commit c74057a

Browse files
committed
gofmt the checkout.go
1 parent 0e85152 commit c74057a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

repo/checkout.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ 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-
Quantity string `json:"quantity"`
19-
ShippingPrice string `json:"shippingPrice"`
20-
Tax string `json:"tax"`
21-
TotalPrice string `json:"totalPrice"`
15+
BasePrice string `json:"basePrice"`
16+
Coupon string `json:"coupon"`
17+
OptionSurcharge string `json:"optionSurcharge"`
18+
Quantity string `json:"quantity"`
19+
ShippingPrice string `json:"shippingPrice"`
20+
Tax string `json:"tax"`
21+
TotalPrice string `json:"totalPrice"`
2222
}

0 commit comments

Comments
 (0)