mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-26 05:44:24 +00:00
ticket generation working
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
/*
|
||||
* 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 () {
|
||||
this.canceledTransactions = {};
|
||||
}
|
||||
|
||||
async handleSuccess ( token ) {
|
||||
console.log( token );
|
||||
}
|
||||
|
||||
async handleError ( token ) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = PaymentHandler;
|
||||
Reference in New Issue
Block a user