chore(postman): update Postman collection files

This commit is contained in:
github-actions
2025-06-09 00:33:38 +00:00
parent e58eeb1aa9
commit ab24a11d61

View File

@ -640,6 +640,7 @@
" pm.expect(responseJson.payment.authentication).to.not.be.null;", " pm.expect(responseJson.payment.authentication).to.not.be.null;",
"});", "});",
"", "",
"//Response body should have \"payment.authentication.url\" property",
"pm.test(\"Authentication object has 'url' property\", function () {", "pm.test(\"Authentication object has 'url' property\", function () {",
" pm.expect(responseJson.payment.authentication).to.have.property('url');", " pm.expect(responseJson.payment.authentication).to.have.property('url');",
"});" "});"