Arthurmtro
Arthurmtro
# Summary Explain the **motivation** for making this change: here are some points to help you: On Windows, it's no longer possible to build the release because some lib are...
Hey, I'm working on a project, I love the Controller | Service concept for this kind of framework, but actually I was using the ```ts // thing.controller.ts const service =...
# Feature request Changing associated GitHub account ## Description I'm a freelancer, I work for lots of companies with new or existing project, here my client used to work with...
Package version: 4.0.0 when I do: ` const billingRequest = await this.client.billingRequests.create( { mandate_request: { scheme: 'bacs', }, } ` Here is my response url: 'https://api-sandbox.gocardless.com/billing_requests' and when I click...
Actually, it's not possible to create a new remix project in a Yarn workspace and directly install packages, you have to manually add a version  By doing this change,...
https://github.com/gocardless/gocardless-nodejs/blob/3b46dfe2a23dd7f4ba01ac9423f8f7bb651d18b0/src/services/paymentService.ts#L17 In the documentation we can see that the field is a number but in the package it's a string who is wrong ^^ https://developer.gocardless.com/direct-debit/taking-a-one-off-payment 