Skip to content

Add recipes for sylius/adyen-plugin 1.0 and 2.0 - #1863

Merged
symfony-recipes-bot merged 2 commits into
symfony:mainfrom
NoResponseMate:sylius/add-adyen-1
Sep 26, 2025
Merged

Add recipes for sylius/adyen-plugin 1.0 and 2.0#1863
symfony-recipes-bot merged 2 commits into
symfony:mainfrom
NoResponseMate:sylius/add-adyen-1

Conversation

@NoResponseMate

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Sep 24, 2025

Copy link
Copy Markdown

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1863/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1863/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'sylius/adyen-plugin:^2.0'
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

sylius/adyen-plugin

1.0 vs 2.0
diff --git a/sylius/adyen-plugin/1.0/manifest.json b/sylius/adyen-plugin/2.0/manifest.json
index d5f46a51..a1fa6587 100644
--- a/sylius/adyen-plugin/1.0/manifest.json
+++ b/sylius/adyen-plugin/2.0/manifest.json
@@ -17,6 +17,13 @@
             "content": "import '../../vendor/sylius/adyen-plugin/assets/shop/entrypoint';",
             "position": "bottom",
             "warn_if_missing": true
+        },
+        {
+            "file": "package.json",
+            "content": "        \"@adyen/adyen-web\": \"^6.22.0\",",
+            "position": "after_target",
+            "target": "\"dependencies\": {",
+            "warn_if_missing": true
         }
     ]
 }

@NoResponseMate
NoResponseMate marked this pull request as ready for review September 26, 2025 10:24
@NoResponseMate NoResponseMate changed the title Add recipes for sylius/adyen-plugin:1.0 Add recipes for sylius/adyen-plugin 1.0 and 2.0 Sep 26, 2025
@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) September 26, 2025 10:45
@symfony-recipes-bot
symfony-recipes-bot merged commit 6d92a43 into symfony:main Sep 26, 2025
1 of 2 checks passed
@NoResponseMate
NoResponseMate deleted the sylius/add-adyen-1 branch September 26, 2025 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants