Skip to content

Commit d3d39a4

Browse files
committed
chore: updated bruno requests
1 parent 81e3213 commit d3d39a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bruno_collection/Create HTLC.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ body:json {
3333

3434
script:post-response {
3535
let data = res.getBody();
36-
bru.setEnvVar("sms_api_token",data.token);
36+
bru.setEnvVar("htlc_id",data.id);
3737

3838
}

bruno_collection/Verify SMS.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ post {
1313
body:json {
1414
{
1515
"phone_number": "{{phone_number}}",
16-
"otp": "935955",
16+
"otp": "923217",
1717
"verification_id": {
1818
"timestamp": {{timestamp}},
1919
"hmac": "{{hmac}}"

0 commit comments

Comments
 (0)