We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecc1cdf + c86b43c commit 895f882Copy full SHA for 895f882
examples/pix/pix/pixSend.ts
@@ -15,4 +15,4 @@ const body = {
15
16
const gerencianet = Gerencianet(options);
17
18
-gerencianet.pixSend(body).then(console.log).catch(console.log).done();
+gerencianet.pixSend(null, body).then(console.log).catch(console.log).done();
src/gn-constants.ts
@@ -176,7 +176,7 @@ export = {
176
},
177
deletePlan: {
178
route: '/plan/:id',
179
- method: 'del',
+ method: 'delete',
180
181
createSubscription: {
182
route: '/plan/:id/subscription',
0 commit comments