Skip to content

Commit

Permalink
Update orders.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
suhas-cashfree authored Nov 28, 2023
1 parent cf10176 commit f72f58b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/orders.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ it('Create Order Test', function (done) {
Cashfree.XClientId = process.env.CLIENT_ID;
Cashfree.XClientSecret = process.env.SECRET_KEY;
Cashfree.XEnvironment = Cashfree.Environment.SANDBOX;
console.log("process.env.CLIENT_ID");
console.log(process.env.CLIENT_ID);
var blah = 'foo';
var request = {
Expand Down

0 comments on commit f72f58b

Please sign in to comment.