diff --git a/troopers/.DS_Store b/troopers/.DS_Store new file mode 100644 index 00000000..a6b110b0 Binary files /dev/null and b/troopers/.DS_Store differ diff --git a/troopers/mangopay-bundle/.DS_Store b/troopers/mangopay-bundle/.DS_Store new file mode 100644 index 00000000..00b13f17 Binary files /dev/null and b/troopers/mangopay-bundle/.DS_Store differ diff --git a/troopers/mangopay-bundle/3.0/manifest.json b/troopers/mangopay-bundle/3.0/manifest.json new file mode 100644 index 00000000..b3d24990 --- /dev/null +++ b/troopers/mangopay-bundle/3.0/manifest.json @@ -0,0 +1,13 @@ +{ + "bundles": { + "Troopers\\MangopayBundle\\TroopersMangopayBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "TROOPERS_MANGOPAY_CLIENT_ID": "%generate(secret)%", + "TROOPERS_MANGOPAY_CLIENT_PASSWORD": "%generate(secret)%", + "TROOPERS_MANGOPAY_BASE_URL": "https://api.sandbox.mangopay.com" + } +} \ No newline at end of file diff --git a/troopers/mangopay-bundle/3.0/packages/troopers_mangopay.yaml b/troopers/mangopay-bundle/3.0/packages/troopers_mangopay.yaml new file mode 100644 index 00000000..e055d163 --- /dev/null +++ b/troopers/mangopay-bundle/3.0/packages/troopers_mangopay.yaml @@ -0,0 +1,4 @@ +troopers_mangopay: + client_id: %env(TROOPERS_MANGOPAY_CLIENT_ID)% + client_password: %env(TROOPERS_MANGOPAY_CLIENT_PASSWORD)% + base_url: %env(TROOPERS_MANGOPAY_BASE_URL)% \ No newline at end of file