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 2c4b657 commit 715353cCopy full SHA for 715353c
src/test/java/com/adyen/CheckoutTest.java
@@ -889,7 +889,7 @@ public void testForwardCardDetails() throws Exception {
889
890
CheckoutForwardResponse response = recurringApi.forward(checkoutForwardRequest);
891
892
- assertNull(response.getStoredPaymentMethodId()); // card is not tokenized
+ assertNull(response.getStoredPaymentMethodId()); // card is not tokenized
893
assertNotNull(response.getResponse());
894
assertEquals(200, (int) response.getResponse().getStatus());
895
assertTrue(response.getResponse().getBody().contains("PAYMENT_METHOD_ID"));
0 commit comments