forked from juspay/hyperswitch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(postman): Added delay in checkout collection (juspay#3206)
Co-authored-by: Likhin Bopanna <[email protected]>
- Loading branch information
1 parent
aefe618
commit 561bb10
Showing
25 changed files
with
75 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
... Cases/Scenario1-Create payment with confirm true/Payments - Retrieve/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
...tcases/Happy Cases/Scenario11-Save card flow/Payments - Retrieve-copy/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
...w Testcases/Happy Cases/Scenario11-Save card flow/Payments - Retrieve/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
...CVV for save card flow and verify success payment/Payments - Retrieve/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
... CVV for save card flow and verify failed payment/Payments - Retrieve/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
...ario14-Save card payment with manual capture/Payments - Retrieve-copy/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
.../Scenario14-Save card payment with manual capture/Payments - Retrieve/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
...Cases/Scenario2-Create payment with confirm false/Payments - Retrieve/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
.../Happy Cases/Scenario3-Create payment without PMD/Payments - Retrieve/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
...te payment with Manual capture with confirm false/Payments - Retrieve/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
...ases/Scenario5-Create payment with Manual capture/Payments - Retrieve/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
...py Cases/Scenario6-Create Partial Capture payment/Payments - Retrieve/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
... Testcases/Happy Cases/Scenario7-Void the payment/Payments - Retrieve/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
...stcases/Happy Cases/Scenario8-Refund full payment/Payments - Retrieve/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
...stcases/Happy Cases/Scenario9-Partial refund/Payments - Retrieve-copy/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
...ow Testcases/Happy Cases/Scenario9-Partial refund/Payments - Retrieve/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
...collection-dir/checkout/Flow Testcases/QuickStart/Payments - Retrieve/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
.../Variation Cases/Scenario3-Capture greater amount/Payments - Retrieve/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
...s/Variation Cases/Scenario6-Refund exceeds amount/Payments - Retrieve/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |
3 changes: 3 additions & 0 deletions
3
...n Cases/Scenario6-Refund for unsuccessful payment/Payments - Retrieve/event.prerequest.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
setTimeout(function(){ | ||
console.log("Sleeping for 3 seconds before next request."); | ||
}, 3000); |