Selaa lähdekoodia

add debug line

Alexander Belanger 4 vuotta sitten
vanhempi
sitoutus
2249141929
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      ee/billing/ironplans.go

+ 2 - 0
ee/billing/ironplans.go

@@ -443,6 +443,8 @@ func (c *Client) ParseProjectUsageFromWebhook(payload []byte) (*cemodels.Project
 		}
 	}
 
+	fmt.Println("USAGE IS", usage)
+
 	return usage, nil
 }