Skip to content

Conversation

@planetpaypayments
Copy link

@planetpaypayments planetpaypayments commented Nov 5, 2025

This recipe registers the PlanetPaySyliusPaymentPlugin bundle and imports configuration and routes.

Includes:

  • Bundle registration
  • Package config import
  • Route import

Tested on Sylius 2.0

@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) November 5, 2025 09:18
@github-actions
Copy link

github-actions bot commented Nov 5, 2025

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-1876/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1876/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'planetpay/sylius-payment-plugin:^1.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.

Copy link
Member

@diimpp diimpp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, please add license and resolve QA checks before PR can be merged.

image image

Here is example for licence block

| Q             | A
| ------------- | ---
| License       | MIT
| Packagist     |https://packagist.org/packages/planetpay/planet-sylius-payment-plugin

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.

2 participants