studiosacchetti

Results 3 issues of studiosacchetti

hello i'm about to test payment capabilities, but it seem that SuccessfulPayment event not trigger, i'm i doing something wrong or what? preCheckoutQuery and answerPreCheckoutQuery phase work great! ``` $bot->preCheckoutQuery(function...

are you planning to implement payment method like PreCheckoutQuery etc?

even a simple code like this can raise my problem `//connect to WiFi Serial.printf("Connecting to %s ", ssid); WiFi.begin(ssid, password); while (WiFi.status() != WL_CONNECTED) { delay(500); Serial.print("."); } Serial.println(" CONNECTED");...