Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-11-28 08:05:31 +00:00
parent 7a5c3b5948
commit 07dfc3269a
4 changed files with 64 additions and 0 deletions
+1
View File
@@ -601,6 +601,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [stof/doctrine-extensions-bundle](https://packagist.org/packages/stof/doctrine-extensions-bundle) | [1.2](stof/doctrine-extensions-bundle/1.2) |
| [stogon/unleash-bundle](https://packagist.org/packages/stogon/unleash-bundle) | [0.4](stogon/unleash-bundle/0.4) |
| [storyblok/symfony-bundle](https://packagist.org/packages/storyblok/symfony-bundle) | [1.5](storyblok/symfony-bundle/1.5) |
| [stripe/stripe-php](https://packagist.org/packages/stripe/stripe-php) | [19.0](stripe/stripe-php/19.0) |
| [sulu/article-bundle](https://packagist.org/packages/sulu/article-bundle) | [2.0](sulu/article-bundle/2.0) |
| [sulu/form-bundle](https://packagist.org/packages/sulu/form-bundle) | [2.4](sulu/form-bundle/2.4) |
| [sulu/headless-bundle](https://packagist.org/packages/sulu/headless-bundle) | [0.1](sulu/headless-bundle/0.1) |
@@ -0,0 +1,30 @@
{
"manifests": {
"stripe/stripe-php": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"STRIPE_SECRET_KEY": "sk_test_***"
}
},
"files": {
"config/packages/stripe.yaml": {
"contents": [
"services:",
" stripe.client:",
" class: 'Stripe\\StripeClient'",
" arguments:",
" - '%env(STRIPE_SECRET_KEY)%'",
"",
" Stripe\\StripeClient: '@stripe.client'",
""
],
"executable": false
}
},
"ref": "d6829c693e3927a8972c7671d74a1a5c505712b0"
}
}
}
+3
View File
@@ -1926,6 +1926,9 @@
"1.3",
"1.5"
],
"stripe/stripe-php": [
"19.0"
],
"sulu/article-bundle": [
"2.0"
],
+30
View File
@@ -0,0 +1,30 @@
{
"manifests": {
"stripe/stripe-php": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"STRIPE_SECRET_KEY": "sk_test_***"
}
},
"files": {
"config/packages/stripe.yaml": {
"contents": [
"services:",
" stripe.client:",
" class: 'Stripe\\StripeClient'",
" arguments:",
" - '%env(STRIPE_SECRET_KEY)%'",
"",
" Stripe\\StripeClient: '@stripe.client'",
""
],
"executable": false
}
},
"ref": "d6829c693e3927a8972c7671d74a1a5c505712b0"
}
}
}