stripe almost working

This commit is contained in:
2023-08-02 17:09:39 +02:00
parent de3ab81be2
commit 127bd5b630
11 changed files with 174 additions and 76 deletions

View File

@@ -91,7 +91,8 @@ if ( settings.init ) {
}
console.log( '[ Server ] loading plugins' );
// pluginManager.load( app, settings );
// TODO: load dynamically
require( './backend/plugins/payments/stripe/stripeRoutes.js' )( app, settings ); // setup routes
app.use( ( request, response ) => {
response.sendFile( file );