diff --git a/.gitignore b/.gitignore index b9537d88..c39ae3f0 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,6 @@ node_modules # Dist files dist + +# APM test config files +examples/apm/config.json diff --git a/examples/apm/config-example.json b/examples/apm/config-example.json new file mode 100644 index 00000000..8519e7d1 --- /dev/null +++ b/examples/apm/config-example.json @@ -0,0 +1,21 @@ +{ + "project_id": "test-proj_IPW8DgC6yoI2YEUGmmkHERjbuMiGKBdx", + "gateways": [ + { + "value": "gway_conf_vupnl08h7hy1jxf3cz5z4dc2lw5py2ve", + "name": "ProcessOut" + }, + { + "value": "gway_conf_fh67c2llxupjhcqxxbr4cvlfosncdbr7:authorization", + "name": "Forage Authorization" + }, + { + "value": "gway_conf_fh67c2llxupjhcqxxbr4cvlfosncdbr7:tokenization", + "name": "Forage Tokenization" + }, + { + "value": "gway_conf_zuo5iyryn390he7fx3rd50twwvhpcvob.adyenblik", + "name": "Adyen Blik" + } + ] +} diff --git a/examples/apm/index.html b/examples/apm/index.html index 96b19e33..7a28b49e 100644 --- a/examples/apm/index.html +++ b/examples/apm/index.html @@ -8,11 +8,9 @@