diff --git a/README.md b/README.md index f4a2b46..5a17505 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ We started 20 years ago when we launched a more direct, affordable way for compa - Cancelations - Refunds +## Prerequisite + +1. Commercetools composable commerce account +2. [Mollie account](https://www.mollie.com/dashboard/) + ## 📐 Architecture Principles This repository contains two standalone modules that interact with commercetools and Mollie. diff --git a/processor/package-lock.json b/processor/package-lock.json index 8d67c2f..8b77ff1 100644 --- a/processor/package-lock.json +++ b/processor/package-lock.json @@ -1,12 +1,12 @@ { "name": "shopmacher-mollie-processor", - "version": "0.0.29", + "version": "0.0.30", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "shopmacher-mollie-processor", - "version": "0.0.29", + "version": "0.0.30", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -8924,4 +8924,4 @@ } } } -} \ No newline at end of file +} diff --git a/processor/package.json b/processor/package.json index 9e79736..3d80ed8 100644 --- a/processor/package.json +++ b/processor/package.json @@ -1,7 +1,7 @@ { "name": "shopmacher-mollie-processor", "description": "Integration between commercetools and mollie payment service provider", - "version": "0.0.29", + "version": "0.0.30", "main": "index.js", "private": true, "scripts": {