2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Added initial ability to provide data for non-panel payment forms.

This commit is contained in:
23rd
2024-05-24 20:54:13 +03:00
committed by John Preston
parent 923aaec085
commit f08ff92470
4 changed files with 113 additions and 58 deletions

View File

@@ -381,6 +381,7 @@ void CheckoutProcess::handleFormUpdate(const FormUpdate &update) {
if (weak) {
closeAndReactivate(CheckoutResult::Paid);
}
}, [&](const CreditsPaymentStarted &data) {
}, [&](const Error &error) {
handleError(error);
});