balanced / balanced-api

Balanced API specification.
221 stars 72 forks source link

Node.js card hold example uses wrong URI in docs #657

Closed stith closed 10 years ago

stith commented 10 years ago

In this section with Node.js selected, the example code is:

balanced.get('/card_holds/HL1CflQId0CQs3t6o53ZIqax/debits').capture({

It should be:

balanced.get('/card_holds/HL1CflQId0CQs3t6o53ZIqax').capture({
remear commented 10 years ago

Fixed by balanced/balanced-node#40