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:
@@ -381,6 +381,7 @@ void CheckoutProcess::handleFormUpdate(const FormUpdate &update) {
|
||||
if (weak) {
|
||||
closeAndReactivate(CheckoutResult::Paid);
|
||||
}
|
||||
}, [&](const CreditsPaymentStarted &data) {
|
||||
}, [&](const Error &error) {
|
||||
handleError(error);
|
||||
});
|
||||
|
Reference in New Issue
Block a user