From 39a8bdc526260a280ac6704ee9882b365d6dfcd8 Mon Sep 17 00:00:00 2001 From: Tyler Douglas Date: Thu, 23 Apr 2020 11:26:03 -0700 Subject: [PATCH] Removed ACH as not currently working. Will be added back when Java API library supports bank details --- README.md | 1 - src/main/resources/templates/home.html | 7 ------- 2 files changed, 8 deletions(-) diff --git a/README.md b/README.md index 91259b9..21fdcc3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ This repository includes examples of PCI-compliant UI integrations for online pa * [Drop-in](https://docs.adyen.com/checkout/drop-in-web) * [Component](https://docs.adyen.com/checkout/components-web) - * ACH (not supported ATM b/c Java API Library doesn't support bank details) * Alipay * Boleto * Card diff --git a/src/main/resources/templates/home.html b/src/main/resources/templates/home.html index c04b8bc..d7d26ac 100644 --- a/src/main/resources/templates/home.html +++ b/src/main/resources/templates/home.html @@ -83,13 +83,6 @@ -
  • - -
    -

    ACH

    -
    -
    -
  • {% endblock %} \ No newline at end of file