From 40912da5e1401174ce0a39392e3fe2489ab5b1d4 Mon Sep 17 00:00:00 2001 From: Francis Hilaire Date: Mon, 13 Jan 2025 16:33:26 +0100 Subject: [PATCH] Change dash to underscore --- .../integrations/sylius_shop/http_reponse_providers.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/services/integrations/sylius_shop/http_reponse_providers.yaml b/config/services/integrations/sylius_shop/http_reponse_providers.yaml index 2165b46..35a546b 100644 --- a/config/services/integrations/sylius_shop/http_reponse_providers.yaml +++ b/config/services/integrations/sylius_shop/http_reponse_providers.yaml @@ -8,7 +8,7 @@ services: index_by: action tags: - name: sylius.payment_request.provider.http_response - 'gateway-factory': 'stripe_checkout' + gateway_factory: 'stripe_checkout' flux_se.sylius_stripe.provider.http_response.checkout.capture: @@ -25,7 +25,7 @@ services: index_by: action tags: - name: sylius.payment_request.provider.http_response - 'gateway-factory': 'stripe_web_elements' + gateway_factory: 'stripe_web_elements' flux_se.sylius_stripe.provider.http_response.web_elements.capture: class: FluxSE\SyliusStripePlugin\OrderPay\Provider\WebElements\CaptureHttpResponseProvider