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 b8c2dda commit 273c868Copy full SHA for 273c868
AuthorizeNETtest/Api/Controllers/SampleTest/CreateTransactionSampleTest.cs
@@ -270,6 +270,10 @@ public void SampleCodeCreateTransactionWithApplePay()
270
[Test]
271
public void SampleCodeCreateTransactionWithPayPal()
272
{
273
+ /*
274
+ * Please enable the PayPal feature of your ANet merchant account.
275
+ */
276
+
277
//Common code to set for all requests
278
ApiOperationBase<ANetApiRequest, ANetApiResponse>.MerchantAuthentication = CustomMerchantAuthenticationType;
279
ApiOperationBase<ANetApiRequest, ANetApiResponse>.RunEnvironment = AuthorizeNet.Environment.SANDBOX; //TestEnvironment;
0 commit comments