Skip to content

Commit

Permalink
fix: last_charged_amount is a number (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
faustofusse authored Jan 13, 2025
1 parent 5741170 commit 840a2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/preapproval/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type FreeTrialResponse struct {
// SummarizedResponse contains summary information about invoices and subscription charges.
type SummarizedResponse struct {
LastChargedDate time.Time `json:"last_charged_date"`
LastChargedAmount time.Time `json:"last_charged_amount"`
LastChargedAmount float64 `json:"last_charged_amount"`

Semaphore string `json:"semaphore"`
PendingChargeAmount float64 `json:"pending_charge_amount"`
Expand Down

0 comments on commit 840a2a4

Please sign in to comment.