mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
14 lines
252 B
JavaScript
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; |