对于那些熟悉使用Chargify和PHP的人,我正在尝试执行一个应该是简单的请求。我正在使用Chargify API创建一个新用户。我的这部分代码正在工作。请求正在发送,Chargify正在录制新客户的信息。我想要做的是获取刚刚创建的客户的ID。这是我正在使用的,而且是抛出的错误。Uncaught exception 'ChargifyConnectionException' with message 'An error occurred while connecting to Chargify</em
我正在尝试将Chargify的托管账单集成到我的rails应用程序中,但遇到了一些困难。我将遵循本教程: def self.product_id(plan) # the plan in question (hint: I store mine in the DB)基本上,这只是将URL连接到适当的Chargify托管页面...例如,