Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
sahani-deriv committed Dec 13, 2023
1 parent dd55c70 commit a8a4fd5
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ const String p2pAdvertiserAdvertsResponse = '''
"rate_type" : "fixed",
"rating_count" : 0,
"is_online" : false,
"blocked_by_count" : 0
"blocked_by_count" : 0,
"block_trade": true,
"order_expiry_period": 1
},
{
"account_currency": "USD",
Expand Down Expand Up @@ -93,7 +95,9 @@ const String p2pAdvertiserAdvertsResponse = '''
"rate_type" : "fixed",
"rating_count" : 0,
"is_online" : false,
"blocked_by_count" : 0
"blocked_by_count" : 0,
"block_trade": true,
"order_expiry_period": 1
}
]
}
Expand Down

0 comments on commit a8a4fd5

Please sign in to comment.