improved randoms
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
<elementProp name="" elementType="HTTPArgument">
|
||||
<boolProp name="HTTPArgument.always_encode">false</boolProp>
|
||||
<stringProp name="Argument.value">{
|
||||
"transactionId": "TRX${__time()}",
|
||||
"transactionId": "TRX${__time()}${__Random(100,999)}",
|
||||
"countryCode": "NGR",
|
||||
"customerId": "${CustomerId}",
|
||||
"accountId": "${AccountID}",
|
||||
@@ -311,7 +311,7 @@
|
||||
"customerId": "${customerId}",
|
||||
"accountId": "${accountId}",
|
||||
"msisdn": "${msisdn}",
|
||||
"requestedAmount": "${maxAmount}",
|
||||
"requestedAmount": "${__Random(100000,999999)}",
|
||||
"collectionType": 0,
|
||||
"offerId": 101,
|
||||
"channel": "100"
|
||||
|
||||
Reference in New Issue
Block a user