Browse Source

add debug line

Alexander Belanger 4 years ago
parent
commit
2249141929
1 changed files with 2 additions and 0 deletions
  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
 }