From 07dfc3269a460885ef111c64bc834133e992e1c4 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Fri, 28 Nov 2025 08:05:31 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...29c693e3927a8972c7671d74a1a5c505712b0.json | 30 +++++++++++++++++++ index.json | 3 ++ stripe.stripe-php.19.0.json | 30 +++++++++++++++++++ 4 files changed, 64 insertions(+) create mode 100644 archived/stripe.stripe-php/d6829c693e3927a8972c7671d74a1a5c505712b0.json create mode 100644 stripe.stripe-php.19.0.json diff --git a/RECIPES.md b/RECIPES.md index b3364505..757be891 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -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) | diff --git a/archived/stripe.stripe-php/d6829c693e3927a8972c7671d74a1a5c505712b0.json b/archived/stripe.stripe-php/d6829c693e3927a8972c7671d74a1a5c505712b0.json new file mode 100644 index 00000000..7adf6196 --- /dev/null +++ b/archived/stripe.stripe-php/d6829c693e3927a8972c7671d74a1a5c505712b0.json @@ -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" + } + } +} diff --git a/index.json b/index.json index 98a96fb5..c7ad3be4 100644 --- a/index.json +++ b/index.json @@ -1926,6 +1926,9 @@ "1.3", "1.5" ], + "stripe/stripe-php": [ + "19.0" + ], "sulu/article-bundle": [ "2.0" ], diff --git a/stripe.stripe-php.19.0.json b/stripe.stripe-php.19.0.json new file mode 100644 index 00000000..7adf6196 --- /dev/null +++ b/stripe.stripe-php.19.0.json @@ -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" + } + } +}