Skip to content

Commit 273c868

Browse files
committed
Added comment to advice enabling PayPal feature.
1 parent b8c2dda commit 273c868

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

AuthorizeNETtest/Api/Controllers/SampleTest/CreateTransactionSampleTest.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@ public void SampleCodeCreateTransactionWithApplePay()
270270
[Test]
271271
public void SampleCodeCreateTransactionWithPayPal()
272272
{
273+
/*
274+
* Please enable the PayPal feature of your ANet merchant account.
275+
*/
276+
273277
//Common code to set for all requests
274278
ApiOperationBase<ANetApiRequest, ANetApiResponse>.MerchantAuthentication = CustomMerchantAuthenticationType;
275279
ApiOperationBase<ANetApiRequest, ANetApiResponse>.RunEnvironment = AuthorizeNet.Environment.SANDBOX; //TestEnvironment;

0 commit comments

Comments
 (0)