-
haii, can you help this eror
Fatal error: Uncaught Xendit\Exceptions\ApiException: There was an error with the format submitted to the server. in C:\xampp\htdocs\xendit-php-master\src\HttpClient\G…
-
According https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#arbitrary-expressions-are-forbidden-in-export-assignments-in-ambient-contexts exporting ambient contexts are forbidden
export…
-
Hi,
I try to create invoice with this php code:
require 'vendor/autoload.php';
$options['secret_api_key'] = 'xnd_development_xxxxxx';
$xenditPHPClient = new XenditClient\XenditPHPClient(…
-
Error ketika production request payment
`[$rbody, $rcode, $rheaders] = $this->_httpClient()->sendRequest(`
HttpClient/GuzzleClient.php
`[$rbody, $rcode, $rheader] = $this->_executeRequest($op…
-
### What were you trying to do?
Turn on telepresence using: telepresence --namespace xendit-integration
### What did you expect to happen?
(please tell us)
### What happened instead?
(p…
-
```php
public function __construct(Guzzle $http = null)
{
if ($http) {
$this->http = $http;
} else {
$baseUri = strval(Xendit::$apiBase);
…
-
in this new library, i didn't found example for add param options like previous version when create fixed virtual account and invoice.
Like this from previous version
```php
// Set VA closed tru…
-
The documentation was available in Godoc
https://godoc.org/github.com/xendit/xendit-go
But not in pkg.go.dev
https://pkg.go.dev/github.com/xendit/xendit-go
-
just started out and having issues with invoice module
resolved it by installing the dependencies manually
-
How to get Response error Code Ewallet OVO and Dana by PHP Script.
I received a response type string.
I try :
Param :
`$data = [
'external_id' => $Code,
…