pronamic / wp-pronamic-pay

The Pronamic Pay plugin allows you to easily accept payments with payment methods like credit card, iDEAL, Bancontact and Sofort through a variety of payment providers on your WordPress website.
https://pronamicpay.com
34 stars 14 forks source link

Distinguish between afterpay.com and afterpay.nl payment methods #282

Closed rvdsteege closed 2 years ago

rvdsteege commented 2 years ago

We currently have a payment method identifier AFTERPAY:

However, afterpay.COM (also known as ClearPay in some countries) and afterpay.NL are not affiliated with each other. Adyen supports afterpay.com, but we're supporting afterpay.nl with OmniKassa 2.0, Pay.nl and Sisow.

To distinguish between these two payment methods, we should use AFTERPAY_COM and AFTERPAY_NL identifiers (and use AFTERPAY as alternative for AFTERPAY_NL for backwards compatibility).