mirror of
https://github.com/janishutz/libreevent.git
synced 2026-04-29 14:29:25 +02:00
stripe almost working
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* 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;
|
||||
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
* libreevent - paymentRoutes.js
|
||||
*
|
||||
* Created by Janis Hutz 08/02/2023, Licensed under the GPL V3 License
|
||||
* https://janishutz.com, development@janishutz.com
|
||||
*
|
||||
*
|
||||
*/
|
||||
Reference in New Issue
Block a user