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