Skip to content

Commit 629b1a4

Browse files
committed
Set locale to english
1 parent 5755adf commit 629b1a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/pkg/services/user_service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ func (service *UserService) GenerateReceipt(ctx context.Context, params *UserInv
112112
"country": params.Country,
113113
"zip_code": params.ZipCode,
114114
"notes": params.Notes,
115+
"locale": "en",
115116
}
116117

117118
invoice, _, err := service.lemonsqueezyClient.SubscriptionInvoices.Generate(ctx, params.SubscriptionInvoiceID, payload)

0 commit comments

Comments
 (0)