Skip to content

Commit 715353c

Browse files
[managementwebhooks] Automated update from Adyen/adyen-openapi@0a007ce
1 parent 2c4b657 commit 715353c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/adyen/CheckoutTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ public void testForwardCardDetails() throws Exception {
889889

890890
CheckoutForwardResponse response = recurringApi.forward(checkoutForwardRequest);
891891

892-
assertNull(response.getStoredPaymentMethodId()); // card is not tokenized
892+
assertNull(response.getStoredPaymentMethodId()); // card is not tokenized
893893
assertNotNull(response.getResponse());
894894
assertEquals(200, (int) response.getResponse().getStatus());
895895
assertTrue(response.getResponse().getBody().contains("PAYMENT_METHOD_ID"));

0 commit comments

Comments
 (0)