chargebee
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -0,1 +1,9 @@ | ||
### v1.0.6 (2014-03-26) | ||
* * * | ||
* Now the [Transaction attributes](https://apidocs.chargebee.com/docs/api/transactions#transaction_attributes "Transaction attributes") contains the details about the linked invoices. | ||
* Now the [Invoice attributes](https://apidocs.chargebee.com/docs/api/invoices#invoice_attributes "Invoice attributes") contains the details about the linked transactions. | ||
* Support for recording a payment received via offline mode. See our API documentation on [Record Payment for an Invoice](https://apidocs.chargebee.com/docs/api/transactions#record_payment_for_an_invoice "Record Payment for an Invoice") | ||
### v1.0.5 (2014-03-19) | ||
@@ -2,0 +10,0 @@ * * * |
@@ -164,20 +164,20 @@ var _endpoints = { | ||
[ | ||
"add_charge", | ||
"pdf", | ||
"POST", | ||
"/invoices", | ||
"/add_charge", | ||
"/pdf", | ||
true | ||
], | ||
[ | ||
"add_addon_charge", | ||
"add_charge", | ||
"POST", | ||
"/invoices", | ||
"/add_addon_charge", | ||
"/add_charge", | ||
true | ||
], | ||
[ | ||
"pdf", | ||
"add_addon_charge", | ||
"POST", | ||
"/invoices", | ||
"/pdf", | ||
"/add_addon_charge", | ||
true | ||
@@ -230,2 +230,9 @@ ], | ||
[ | ||
"record_payment", | ||
"POST", | ||
"/invoices", | ||
"/record_payment", | ||
true | ||
], | ||
[ | ||
"refund", | ||
@@ -232,0 +239,0 @@ "POST", |
{ | ||
"name" : "chargebee", | ||
"version" : "1.0.5", | ||
"version" : "1.0.6", | ||
"description" : "A library for integrating with ChargeBee.", | ||
@@ -5,0 +5,0 @@ "keywords" : ["payments","billing","subscription","chargebee"], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20533
747