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 348eea0 commit cc55ad6Copy full SHA for cc55ad6
src/test/java/net/authorize/api/controller/test/CreateTransactionTest.java
@@ -393,7 +393,7 @@ public void testProfileTestCreateTransactionRequest() {
393
Assert.assertEquals( "E00001", getFirstErrorCode(failureResponse.getMessages()));
394
*/
395
}
396
-
+/*
397
@Test
398
public void testCreateProfileWithCreateTransactionRequest() {
399
@@ -433,6 +433,7 @@ public void testCreateProfileWithCreateTransactionRequest() {
433
Assert.assertSame(1, profileResponse.getCustomerShippingAddressIdList().getNumericString().size());
434
Assert.assertNotSame("0", profileResponse.getCustomerShippingAddressIdList().getNumericString().get(0));
435
436
+*/
437
438
439
public void testSetupCustomersWithProfile() {
0 commit comments