We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35879f commit fe66091Copy full SHA for fe66091
PAYNLSDK/API/Transaction/Start/Request.cs
@@ -157,10 +157,6 @@ public override NameValueCollection GetParameters()
157
nvc.Add("transaction[enduserId]", TransactionData.EnduserId.ToString());
158
}
159
160
- if (!ParameterValidator.IsNull(TransactionData.OrderNumber))
161
- {
162
- nvc.Add("transaction[orderNumber]", TransactionData.OrderNumber);
163
- }
164
165
if (!ParameterValidator.IsNull(TransactionData.ExpireDate))
166
{
0 commit comments