-
Notifications
You must be signed in to change notification settings - Fork 15
Error when credit is applied to invoice generated by UsersModule #10
Description
Hello,
In our whmcs customer has some amount on credit balance. If we try to "apply credit" to invoice generated by UsersModule, we got this error on webpage:
[2015-05-11 12:38:26 346870] [MSG] setTimezone: Do not need to change default date.timezone. [2015-05-11 12:38:26 347069] [MSG] setAPIResource: Set an option for a cURL transfer ( url => "", resource => "version", data_type => "json" append_api_version => , queryString => "" ).
[2015-05-11 12:38:26 366445] [MSG] castStringToClass OnApp_Payment: call OnApp_Helper_Caster_JSON::unserialize [2015-05-11 12:38:26 366494] [MSG] Create new Object.
[2015-05-11 12:38:26 366534] [MSG] Call OnApp_Helper_Caster_JSON::serialize
[2015-05-11 12:38:26 366595] [MSG] setAPIResource: Set an option for a cURL transfer ( url => "", resource => "users/162/payments", data_type => "json" append_api_version => , queryString => "" ). [2015-05-11 12:38:26 366744] [ERROR] castResponseToClass: Can't parse
Although, we saw the error, but credit was applied. Please help us to fix this.
Thanks!