PHP-SDK
PHP-SDK copied to clipboard
WePay APIv2 SDK for PHP
i have setup Custom Checkout Using Tokenization demo form (https://developer.wepay.com/docs/process-payments/custom-checkout) link but it's not working it's display A cookie associated with a cross-site resource at https://nr-data.net/ was set without the...
In response to timeouts on create/batch calls, WePay support suggest increasing the CURLOPT_TIMEOUT. However, this is hard coded. It would be great to allow this to be configurable, either on...
All my API calls in staging stopped working all the sudden. cc_number is the correct paramenter. I also did a quick test in production and it's doing the same thing....
```php WePay::useStaging($client_id, $client_secret); $wepay = new WePay($access_token); ``` When I supply my app access token from my dashboard I get the error: > You are trying to use an access_token...
In PHP 8.2, the creation of dynamic properties will emit a deprecation notice. For more information see https://php.watch/versions/8.2/dynamic-properties-deprecated By default the existing behavior was a public variable so adding this...