mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
payment gateway settings now fully working
This commit is contained in:
@@ -113,7 +113,7 @@ class POSTHandler {
|
||||
reject( { 'code': 500, 'error': error } );
|
||||
} );
|
||||
} else if ( call === 'createAdminAccount' ) {
|
||||
// TODO: Finish
|
||||
db.writeDataSimple( 'admin', 'email', data.email )
|
||||
} else if ( call === 'updateAdminAccount' ) {
|
||||
// TODO: Finish
|
||||
} else if ( call === 'deleteAdminAccount' ) {
|
||||
|
||||
Reference in New Issue
Block a user