gocardless-pro-php icon indicating copy to clipboard operation
gocardless-pro-php copied to clipboard

GoCardless Pro PHP Client

Results 31 gocardless-pro-php issues
Sort by recently updated
recently updated
newest added

Hi, This PR is kinda similar to https://github.com/gocardless/gocardless-pro-php/pull/186 in the idea The issue I encountered is that the syntax ``` @property-read $foo ``` is not a valid one for lot...

Hi @barrucadu @Nimisoere @opsz2 @NickLewry `GoCardlessPro\Resources\Event` is not a valid phpdoc. It will be resolved to `GoCardlessPro\GoCardlessPro\Resources\Event` by php. `\GoCardlessPro\Resources\Event` or `Resources\Event` should be used instead. Closes https://github.com/gocardless/gocardless-pro-php/issues/170 Closes https://github.com/gocardless/gocardless-pro-php/pull/171

Hi, This PR is doing multiple fixes: 1) Both ``` array[string][mixed] string[mixed] ``` are not valid PHPdoc and it reports error when using an IDE or a static-analysis tool like...

Currently if you want to get the customer details for a payment id you have to 1. request the payment 2. request the referenced mandate from the payment links 3....

Gocardless Dashboard Payment view json shows 'transaction_fee' why is this still not available via the API See previous unresolved ticket ( transaction_fee not available in payments #39 ) back in...

This pull request was automatically created from the [`gocardless/gocardless-pro-php-template`][1] repository by the `push-files` action ([workflow run][2]). [1]: https://github.com/gocardless/gocardless-pro-php-template [2]: https://github.com/gocardless/gocardless-pro-php-template/actions/runs/7569107830

This is my first experience with GoCardless. I created access_token in the https://manage-sandbox.gocardless.com/developers I get an error when I access the sandox api ![image](https://user-images.githubusercontent.com/20664507/136538721-22430703-dc93-44ea-8edc-53ce32fc39e5.png) 'access_token' =>sandbox_************* 'environment' =>sandbox when I...

This library seems to be hitting this deprecation warning: https://php.watch/versions/8.2/dynamic-properties-deprecated Steps to repro: - Install the library on PHP 8.2 - Initialize the client Results: ``` PHP Deprecated: Creation of...

I am using version 5.4 of gocardless pro and it does not work for me, the library always returns that error, example: $access_token = 'my_production_token'; $client = new \GoCardlessPro\Client(array( 'access_token'...