Bug update function
This commit is contained in:
@@ -233,6 +233,9 @@ bot.on('callback_query', async (callbackQuery) => {
|
||||
} else if (action.startsWith('view_purchase_')) {
|
||||
logDebug(action, 'viewPurchase');
|
||||
await userPurchaseHandler.viewPurchase(callbackQuery);
|
||||
} else if (action.startsWith('confirm_received_')) {
|
||||
logDebug(action, 'handleConfirmReceived');
|
||||
await userPurchaseHandler.handleConfirmReceived(callbackQuery);
|
||||
}
|
||||
// Admin location management
|
||||
else if (action === 'add_location') {
|
||||
|
||||
Reference in New Issue
Block a user