Stripe provides a connector to allow marketplaces powered by Mirakl to onboard sellers on Stripe and pay them out automatically.
Learn how to use the connector in the Stripe Docs.
Deploying the application manually can be non-trivial and sometimes unstable. We recommend using containerization instead.
For Docker users, you can find an example under examples/docker.
Feel free to share a working example using your favorite tool via a pull request.
We use the MAJOR.MINOR.PATCH semantic:
Upgrading is safe for MINOR and PATCH types. For MAJOR versions, make sure to check the CHANGELOG before upgrading to see if you are affected by the breaking changes.
Downgrading is safe for MINOR and PATCH versions. You shouldn’t downgrade between MAJOR versions if the connector was already used in production.
To upgrade:
var folder to clean the cache.git pull to download changes.To downgrade:
bin/console doctrine:migration:migrate --no-interaction 20201016122853var folder to clean the cache.git reset to the desired commit or tag.If you are using Docker, see instead the specific instructions on how to upgrade and downgrade.
Pull requests are welcome. Please make sure to update tests accordingly.