diff --git a/eightpoints/guzzle-bundle/7.0/config/packages/dev/eight_points_guzzle.yaml b/eightpoints/guzzle-bundle/7.0/config/packages/dev/eight_points_guzzle.yaml deleted file mode 100644 index d52927c0..00000000 --- a/eightpoints/guzzle-bundle/7.0/config/packages/dev/eight_points_guzzle.yaml +++ /dev/null @@ -1,2 +0,0 @@ -eight_points_guzzle: - logging: true diff --git a/eightpoints/guzzle-bundle/7.0/config/packages/eight_points_guzzle.yaml b/eightpoints/guzzle-bundle/7.0/config/packages/eight_points_guzzle.yaml index 5cfd90c1..baaf6851 100644 --- a/eightpoints/guzzle-bundle/7.0/config/packages/eight_points_guzzle.yaml +++ b/eightpoints/guzzle-bundle/7.0/config/packages/eight_points_guzzle.yaml @@ -1,2 +1,14 @@ eight_points_guzzle: - clients: ~ + clients: + api_payment: + base_url: "http://api.domain.tld" + + options: + timeout: 30 + + headers: + Accept: "application/json" + + # Find plugins here: + # https://github.com/8p/EightPointsGuzzleBundle#known-and-supported-plugins + plugin: ~