payment gateway settings now fully working

This commit is contained in:
2023-09-01 09:40:06 +02:00
parent 6d68c2d55a
commit e26369f133
4 changed files with 25 additions and 2 deletions

View File

@@ -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' ) {