Skip to content

Commit

Permalink
Generating Node SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbucket-pipelines committed Jan 10, 2024
1 parent 9472868 commit 6cb07c8
Show file tree
Hide file tree
Showing 3 changed files with 713 additions and 230 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var request = {
}
};
Cashfree.PGCreateOrder("2022-09-01", request).then((response) => {
console.log('Order fetched successfully:',response.data)
console.log('Order Created successfully:',response.data)
}).catch((error) => {
console.error('Error:', error.response.data.message);
});
Expand Down
Loading

0 comments on commit 6cb07c8

Please sign in to comment.