We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 597f64b + ea47934 commit 03e1075Copy full SHA for 03e1075
Authorize.NET/Api/Contracts/V1/RequestFactoryWithSpecified.cs
@@ -242,7 +242,8 @@ public static void transRetailInfoType(transRetailInfoType argument)
242
{
243
if (null != argument)
244
245
- argument.marketType = "2";
+ //marketType should not be assigned here
246
+ //argument.marketType = "2";
247
}
248
249
public static void ccAuthenticationType(ccAuthenticationType argument)
0 commit comments