|
|
2 år sedan | |
|---|---|---|
| .. | ||
| e2e | 2 år sedan | |
| src | 2 år sedan | |
| .gitignore | 4 år sedan | |
| README.md | 3 år sedan | |
| package.json | 2 år sedan | |
| tsconfig.build.json | 4 år sedan | |
| tsconfig.json | 4 år sedan | |
For documentation, see https://www.vendure.io/docs/typescript-api/payments-plugin
For testing out changes to the Mollie plugin locally, with a real Mollie account, follow the steps below. These steps will create an order, set Mollie as payment method, and create a payment intent link to the Mollie platform.
packages/payments-plugin/.env with content MOLLIE_APIKEY=your-test-apikeycd packages/payments-pluginyarn dev-server:mollieMollie payment link and click the link to finalize the test payment.You can change the order flow, payment methods and more in the file e2e/mollie-dev-server, and restart the devserver.