소스 검색

add debug line

Alexander Belanger 4 년 전
부모
커밋
2249141929
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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
 	return usage, nil
 }
 }