Skip to content

Commit fe66091

Browse files
committed
remove duplicate orderNumber
1 parent c35879f commit fe66091

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

PAYNLSDK/API/Transaction/Start/Request.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,6 @@ public override NameValueCollection GetParameters()
157157
nvc.Add("transaction[enduserId]", TransactionData.EnduserId.ToString());
158158
}
159159

160-
if (!ParameterValidator.IsNull(TransactionData.OrderNumber))
161-
{
162-
nvc.Add("transaction[orderNumber]", TransactionData.OrderNumber);
163-
}
164160

165161
if (!ParameterValidator.IsNull(TransactionData.ExpireDate))
166162
{

0 commit comments

Comments
 (0)