mirror of
https://github.com/jlengrand/adyen-java-spark-online-payments.git
synced 2026-03-10 08:01:24 +00:00
Removed ACH as not currently working. Will be added back when Java API library supports bank details
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -83,13 +83,6 @@
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
<li class="integration-list-item">
|
||||
<a class="integration-list-item-link" href="cart/ach"/>
|
||||
<div class="title-container">
|
||||
<p class="integration-list-item-title">ACH</p>
|
||||
</div>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user