-
@adebisi-fa, thanks for the fix, v0.7.5 did fixed the error, sorry to bother you again.
But I keep getting this error. When I tried using the transfer interface too.
> An unhandled exception occ…
-
Hi @adebisi-fa,
I have a bit of an issue using the list bank endpoint.
Anytime I call it like this.
var banks = payApi.Miscellaneous.ListBanks(itemsPerPage: 50, page: 1);
OR
var banks = pay…
-
pls how can i create a post request @sindresorhus
```js
const form = new FormData();
form.append("type", "nuban")
form.append("name", auth.current.user.name)
form.append("descripti…