Giter VIP home page Giter VIP logo

stripe-mirakl-connector's Introduction

Stripe Mirakl Connector

Build Status Coverage Status License: MIT

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.

Containerized examples

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.

Versioning

We use the MAJOR.MINOR.PATCH semantic:

  • MAJOR versions contain incompatible API or configuration changes.
  • MINOR versions contain new functionality added in a backwards compatible manner.
  • PATCH versions contain bug fixes added in a backwards compatible manner.

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:

  1. Delete the var folder to clean the cache.
  2. From the root of your clone, run git pull to download changes.
  3. Reinstall the connector.

To downgrade:

  1. Find the latest database migration for the targeted version in src/Migrations.
  2. Run the database migrations with that version, e.g. bin/console doctrine:migration:migrate --no-interaction 20201016122853
  3. Delete the var folder to clean the cache.
  4. From the root of your clone, run git reset to the desired commit or tag.
  5. Reinstall the connector.

If you are using Docker, see instead the specific instructions on how to upgrade and downgrade.

Contributing to the application

Pull requests are welcome. Please make sure to update tests accordingly.

License

MIT

stripe-mirakl-connector's People

Contributors

ablanchard avatar christophersjchow avatar cysp avatar danil16 avatar dependabot[bot] avatar dominik-stripe avatar ebusentwhofm avatar fhervieux avatar iluine avatar kraynel avatar loic-carbonne avatar matthieuauger avatar millin-stripe avatar pgrimaud avatar romww12 avatar thomasaribart avatar trescst avatar youssef-stripe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.