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