Skip to content

Commit

Permalink
Updated with latest dev
Browse files Browse the repository at this point in the history
  • Loading branch information
abedelaziz-deriv committed Dec 15, 2023
1 parent 356b29d commit b5a88b6
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 b5a88b6

Please sign in to comment.