Premium Gifting: Fix close modal after completing 3DS (#4586)

This commit is contained in:
Alexander Zinchuk 2024-05-17 15:45:50 +02:00
parent e70684ebfa
commit 6652e9c62d

View File

@ -45,6 +45,7 @@ addActionHandler('apiUpdate', (global, actions, update): ActionReturnType => {
isCompleted: true,
},
}, tabId);
global = closeInvoice(global, tabId);
setGlobal(global);
}
}