You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Send customer_name to ucs during customer create ([#10561](https://github.com/juspay/hyperswitch/pull/10561)) ([`eb6080f`](https://github.com/juspay/hyperswitch/commit/eb6080fe1a6025acf631694278cadaad97c4ff2b))
18
+
- Use proper masked deserialize method to deserialize ucs response ([#10566](https://github.com/juspay/hyperswitch/pull/10566)) ([`d42c447`](https://github.com/juspay/hyperswitch/commit/d42c447bd8d709dd451193540c140ce9fd2c5ce2))
Copy file name to clipboardExpand all lines: postman/collection-dir/bluesnap/Flow Testcases/Happy Cases/Scenario11-Pass Invalid CVV for save card flow and verify failed payment Copy/Save card payments - Confirm/event.test.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ if (jsonData?.error_message) {
97
97
pm.test(
98
98
"[POST]::/payments/:id/confirm - Content check if value for 'error_message' matches 'Order creation failure due to problematic input. & There is a mismatch between the Credit Card American Express and Security Code. '",
pm.expect(jsonData.error_message).to.eql("Order creation failure due to problematic input. & There is a mismatch between the Credit Card American Express and Security Code. ");
Copy file name to clipboardExpand all lines: postman/collection-dir/stripe/Flow Testcases/Happy Cases/Scenario8-Create a failure card payment with confirm true/Payments - Create/event.test.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -89,12 +89,12 @@ if (jsonData?.error_code) {
89
89
);
90
90
}
91
91
92
-
// Response body should have value "Your card has insufficient funds." for "error_message"
92
+
// Response body should have value "message - Your card has insufficient funds., decline_code - insufficient_funds" for "error_message"
93
93
if(jsonData?.error_message){
94
94
pm.test(
95
-
"[POST]::/payments/:id/confirm - Content check if value for 'error_message' matches 'Your card has insufficient funds.'",
95
+
"[POST]::/payments/:id/confirm - Content check if value for 'error_message' matches 'message - Your card has insufficient funds., decline_code - insufficient_funds'",
96
96
function(){
97
-
pm.expect(jsonData.error_message).to.eql("Your card has insufficient funds.");
97
+
pm.expect(jsonData.error_message).to.eql("message - Your card has insufficient funds., decline_code - insufficient_funds");
Copy file name to clipboardExpand all lines: postman/collection-dir/stripe/Flow Testcases/Happy Cases/Scenario8-Create a failure card payment with confirm true/Payments - Retrieve/event.test.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -89,12 +89,12 @@ if (jsonData?.error_code) {
89
89
);
90
90
}
91
91
92
-
// Response body should have value "Your card has insufficient funds." for "error_message"
92
+
// Response body should have value "message - Your card has insufficient funds., decline_code - insufficient_funds" for "error_message"
93
93
if(jsonData?.error_message){
94
94
pm.test(
95
-
"[POST]::/payments/:id/confirm - Content check if value for 'error_message' matches 'Your card has insufficient funds.'",
95
+
"[POST]::/payments/:id/confirm - Content check if value for 'error_message' matches 'message - Your card has insufficient funds., decline_code - insufficient_funds'",
96
96
function(){
97
-
pm.expect(jsonData.error_message).to.eql("Your card has insufficient funds.");
97
+
pm.expect(jsonData.error_message).to.eql("message - Your card has insufficient funds., decline_code - insufficient_funds");
Copy file name to clipboardExpand all lines: postman/collection-json/bluesnap.postman_collection.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2230,7 +2230,7 @@
2230
2230
" pm.test(",
2231
2231
" \"[POST]::/payments/:id/confirm - Content check if value for 'error_message' matches 'Order creation failure due to problematic input. & There is a mismatch between the Credit Card American Express and Security Code. '\",",
" pm.expect(jsonData.error_message).to.eql(\"Order creation failure due to problematic input. & There is a mismatch between the Credit Card American Express and Security Code. \");",
Copy file name to clipboardExpand all lines: postman/collection-json/stripe.postman_collection.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10152,12 +10152,12 @@
10152
10152
" );",
10153
10153
"}",
10154
10154
"",
10155
-
"// Response body should have value \"Your card has insufficient funds.\" for \"error_message\"",
10155
+
"// Response body should have value \"message - Your card has insufficient funds., decline_code - insufficient_funds\" for \"error_message\"",
10156
10156
"if (jsonData?.error_message) {",
10157
10157
" pm.test(",
10158
-
" \"[POST]::/payments/:id/confirm - Content check if value for 'error_message' matches 'Your card has insufficient funds.'\",",
10158
+
" \"[POST]::/payments/:id/confirm - Content check if value for 'error_message' matches 'message - Your card has insufficient funds., decline_code - insufficient_funds'\",",
10159
10159
" function () {",
10160
-
" pm.expect(jsonData.error_message).to.eql(\"Your card has insufficient funds.\");",
10160
+
" pm.expect(jsonData.error_message).to.eql(\"message - Your card has insufficient funds., decline_code - insufficient_funds\");",
10161
10161
" },",
10162
10162
" );",
10163
10163
"}",
@@ -10299,12 +10299,12 @@
10299
10299
" );",
10300
10300
"}",
10301
10301
"",
10302
-
"// Response body should have value \"Your card has insufficient funds.\" for \"error_message\"",
10302
+
"// Response body should have value \"message - Your card has insufficient funds., decline_code - insufficient_funds\" for \"error_message\"",
10303
10303
"if (jsonData?.error_message) {",
10304
10304
" pm.test(",
10305
-
" \"[POST]::/payments/:id/confirm - Content check if value for 'error_message' matches 'Your card has insufficient funds.'\",",
10305
+
" \"[POST]::/payments/:id/confirm - Content check if value for 'error_message' matches 'message - Your card has insufficient funds., decline_code - insufficient_funds'\",",
10306
10306
" function () {",
10307
-
" pm.expect(jsonData.error_message).to.eql(\"Your card has insufficient funds.\");",
10307
+
" pm.expect(jsonData.error_message).to.eql(\"message - Your card has insufficient funds., decline_code - insufficient_funds\");",
0 commit comments