mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 21:34:24 +00:00
begin integration of payment gateways
This commit is contained in:
12
src/server/backend/plugins/payments/stripe/stripeRoutes.js
Normal file
12
src/server/backend/plugins/payments/stripe/stripeRoutes.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* libreevent - stripeRoutes.js
|
||||
*
|
||||
* Created by Janis Hutz 07/25/2023, Licensed under the GPL V3 License
|
||||
* https://janishutz.com, development@janishutz.com
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
module.exports = ( app ) => {
|
||||
app.post( '/payments/prepare' )
|
||||
}
|
||||
Reference in New Issue
Block a user