Skip to content

Commit

Permalink
Merge pull request #2 from settle-club/body-2
Browse files Browse the repository at this point in the history
fix session variable undefined issue, change disbursalRequest to body
  • Loading branch information
pranav-mahadik authored Jul 17, 2024
2 parents 9ea5424 + e7bd0c3 commit 2cdfd07
Show file tree
Hide file tree
Showing 16 changed files with 12,333 additions and 3,204 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function verifyCustomer() {
// Call APIs using their correponding methods
const result = await client.customer.verify({
organizationId: "COMPANY_ID",
disbursalRequest: {
body: {
"customer": {
"uid": "1",
"countryCode": "91",
Expand Down
Loading

0 comments on commit 2cdfd07

Please sign in to comment.