diff --git a/pkg/preapproval/response.go b/pkg/preapproval/response.go index 0a51e59..d5a0e02 100644 --- a/pkg/preapproval/response.go +++ b/pkg/preapproval/response.go @@ -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"`