Skip to content

Commit

Permalink
add capturePayment and upgradeProduct to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran Hu committed Mar 16, 2016
1 parent 245a53e commit 80d64a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ whmcs_client.customers.getCustomerEmails(clientid, function(err, emails) {
- cancelOrder: function (orderid, callback)
- deleteOrder: function (orderid, callback)
- createInvoice: function (clientid, invoice, callback)
- capturePayment: function (invoiceid, options, callback)

### Customers

Expand Down Expand Up @@ -95,6 +96,7 @@ whmcs_client.customers.getCustomerEmails(clientid, function(err, emails) {
- getProducts: function (gid, callback)
- getProductsByType: function (type, id, callback)
- getOrders: function (method, id, offset, limit, callback)
- upgradeProduct: function (product, callback)


### Support
Expand Down

0 comments on commit 80d64a4

Please sign in to comment.