Skip to content

Commit

Permalink
Merge pull request #27 from AGraber/patch-1
Browse files Browse the repository at this point in the history
Fix typo in example from readme. `dev` will be updated with `master` later.
  • Loading branch information
giwiro committed Jun 20, 2022
2 parents b51431b + 32a7766 commit 083148c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const culqi = new Culqi({
amount: '10000',
currency_code: 'PEN',
email: 'richard@piedpiper.com',
id: 'tkn_test_xxxxxxxxxxxxxxxx',
source_id: 'tkn_test_xxxxxxxxxxxxxxxx',
});

console.log(charge.id);
Expand Down

0 comments on commit 083148c

Please sign in to comment.