mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
* DropinPage model is instantiated with an object containing refs to other page models * Add prop to .env template * Corrected how Dropin page accesses state for the paymentMethod * Added tests for custom card and hidden expiry date
23 lines
390 B
Plaintext
23 lines
390 B
Plaintext
API_VERSION=v68
|
|
|
|
CHECKOUT_API_KEY=
|
|
|
|
MERCHANT_ACCOUNT=
|
|
|
|
TESTING_ENVIRONMENT=test
|
|
|
|
ORIGIN=http://localhost:3020
|
|
|
|
# Playground Port
|
|
PORT=3020
|
|
|
|
#ClientKey - generated per WS User in the Backoffice
|
|
CLIENT_KEY=
|
|
|
|
# test / live
|
|
CLIENT_ENV=
|
|
|
|
####################
|
|
#SecuredFields.html src - Comment in if loading securedFields from local node server
|
|
####################
|
|
#SF_ENV=http://localhost:8011/ |