mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
add payrexx as payment provider
This commit is contained in:
@@ -91,7 +91,8 @@ if ( settings.init ) {
|
||||
|
||||
console.log( '[ Server ] loading plugins' );
|
||||
// TODO: load dynamically
|
||||
require( './backend/plugins/payments/stripe/stripeRoutes.js' )( app, settings ); // stripe routes
|
||||
// require( './backend/plugins/payments/stripe/stripeRoutes.js' )( app, settings ); // stripe routes
|
||||
require( './backend/plugins/payments/payrexx/payrexxRoutes.js' )( app, settings ); // payrexx routes
|
||||
require( './backend/payments/paymentRoutes.js' )( app, settings ); // payment routes
|
||||
|
||||
app.use( ( request, response ) => {
|
||||
|
||||
Reference in New Issue
Block a user