Files
libreevent/src/server/backend/payments/paymentHandler.js
2023-08-02 17:09:39 +02:00

14 lines
252 B
JavaScript

/*
* 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;