We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e3213 commit d3d39a4Copy full SHA for d3d39a4
bruno_collection/Create HTLC.bru
@@ -33,6 +33,6 @@ body:json {
33
34
script:post-response {
35
let data = res.getBody();
36
- bru.setEnvVar("sms_api_token",data.token);
+ bru.setEnvVar("htlc_id",data.id);
37
38
}
bruno_collection/Verify SMS.bru
@@ -13,7 +13,7 @@ post {
13
body:json {
14
{
15
"phone_number": "{{phone_number}}",
16
- "otp": "935955",
+ "otp": "923217",
17
"verification_id": {
18
"timestamp": {{timestamp}},
19
"hmac": "{{hmac}}"
0 commit comments