Added support for Nicky.me payment gateway

This commit is contained in:
Pinga 2025-01-20 14:51:59 +02:00
parent efdf2e2418
commit aabe29fb5c
7 changed files with 388 additions and 1 deletions

View file

@ -1086,6 +1086,8 @@ ADYEN_HMAC_KEY='adyen-hmac-key'
NOW_API_KEY='now-api-key'
NICKY_API_KEY='nicky-api-key'
TEST_TLDS=.test,.com.test
```