Skip to content

Commit a7a4c7e

Browse files
committed
Revert the PayPal message code back to 1, its original value.
1 parent 06c5ec5 commit a7a4c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AuthorizeNETtest/Api/Controllers/SampleTest/CreateTransactionSampleTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ public void SampleCodeCreateTransactionWithPayPal()
301301
var response = controller.GetApiResponse();
302302

303303
//validate
304-
Assert.AreEqual("2000", response.transactionResponse.messages[0].code);
304+
Assert.AreEqual("1", response.transactionResponse.messages[0].code);
305305
}
306306

307307
[Test]

0 commit comments

Comments
 (0)