mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-26 05:44:24 +00:00
stripe integration done, handling missing still
This commit is contained in:
@@ -8,7 +8,17 @@
|
||||
*/
|
||||
|
||||
class PaymentHandler {
|
||||
constructor () {}
|
||||
constructor () {
|
||||
this.canceledTransactions = {};
|
||||
}
|
||||
|
||||
async handleSuccess ( token ) {
|
||||
console.log( token );
|
||||
}
|
||||
|
||||
async handleError ( token ) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = PaymentHandler;
|
||||
Reference in New Issue
Block a user