Mark Moffat

Results 34 comments of Mark Moffat

Could you check the browser console too for any errors. It's highly likely a config issue given it's working perfectly fine for me.

> Quick question: How do I implement [this](https://github.com/mrvautin/expressCart/issues/205) on my version? I tried putting the code, doesn't work. Added in 41c997e3375c52bf35421b2eaca3a6a5bc386949.

> Terminal doesn't show any errors, it's just Ayden doesn't appear on the payment options (ss above) Could you show the config where you are turning on Adyen? Maybe even...

I've updated the Adyen integration to the latest and greatest here: 7c29782207d94861504f0151cb730b22929b7f35. **Note:** The configuration changes: `/config/payment/config/adyen.json` I can't test the specific payment method you are trying to use. Let...

There was come config values which were removed. Check your config matches the `adyen.json` example. Checking carefully there is no old configs that are no longer needed with the new...

I think the payment type you want is quite niche and I'm not sure most will benefit by me adding it to master. **Re-reading** the guide, is seems the GCash...

Ok. I've had a quick play and got it working. `adyen.js`: ``` javascript router.post('/setup', async (req, res, next) => { const config = req.app.config; const adyenConfig = getPaymentConfig('adyen'); const payload...

I'm not a huge Docker user. Any ideas what's wrong and how to fix?

Also receiving this issue from time to time on OSX. Can only fix by rebuilding.

I don't think it really fits built-in and should be added as a plugin if needed. The docs Github repo is [here](https://github.com/mrvautin/squido-docs). You can see the [search.js](https://github.com/mrvautin/squido-docs/blob/main/source/plugins/search.js) plugin file +...