Browse Source

chore(payments-plugin): Pin mollie client version to minor

v3.6 breaks e2e tests for some reason. Needs investigation.
Michael Bromley 3 years ago
parent
commit
09ff2b994c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/payments-plugin/package.json

+ 1 - 1
packages/payments-plugin/package.json

@@ -26,7 +26,7 @@
         "stripe": "8.x"
     },
     "devDependencies": {
-        "@mollie/api-client": "^3.5.1",
+        "@mollie/api-client": "~3.5.1",
         "@types/braintree": "^2.22.15",
         "@vendure/common": "^1.4.7",
         "@vendure/core": "^1.4.7",