Mauricio Araujo 2 lat temu
rodzic
commit
12e34e4ff4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      api/types/billing_metronome.go

+ 1 - 1
api/types/billing_metronome.go

@@ -216,7 +216,7 @@ type Invoice struct {
 type ExternalInvoice struct {
 	BillingProviderType string `json:"billing_provider_type"`
 	InvoiceID           string `json:"invoice_id"`
-	IssuedAt            string `json:"issued_at"`
+	IssuedAt            string `json:"issued_at_timestamp"`
 	ExternalStatus      string `json:"external_status"`
 	ExternalURL         string `json:"external_url"`
 }