Skip to content

Commit

Permalink
Change dash to underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed Jan 13, 2025
1 parent 6ed5525 commit 40912da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 40912da

Please sign in to comment.