mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
stripe almost working
This commit is contained in:
14
src/server/backend/payments/paymentHandler.js
Normal file
14
src/server/backend/payments/paymentHandler.js
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* libreevent - successHandler.js
|
||||
*
|
||||
* Created by Janis Hutz 08/02/2023, Licensed under the GPL V3 License
|
||||
* https://janishutz.com, development@janishutz.com
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
class PaymentHandler {
|
||||
constructor () {}
|
||||
}
|
||||
|
||||
module.exports = PaymentHandler;
|
||||
Reference in New Issue
Block a user