Hi all, I’m hoping to use the stripe-cfml library (mostly for webhooks), but haven’t been able to get it working.
I first attempted to install using box install stripecfml, but that errors with:
Error cloning github repository
java.lang.ExceptionInInitializerError
java.lang.NullPointerException: No Bundle provided
I then attempted to install as a standalone library by placing the files in the extensions folder, but haven’t been able to get it working that way either - maybe I’m just missing something obvious, etc.
If it is a coldbox module, then if box install were working, the module should work in the application like any other coldbox module. Install it to a /modules folder in the webroot.
If box install failing, the author should be made aware as will be an issue with the module.
By routes, you mean URL paths? That will be expected as preside implements its own routing system. We support coldbox modules that provide services, helpers, etc. - but not URL endpoints at this point.
Obviously it would be great to support module routing but it might be tricky if they’re using core coldbox routes.