Browse Source

Build

master
Eduard Kuzmenko 2 years ago
parent
commit
63736f4735
  1. 4
      .env
  2. 2
      src/components/popups/payment.ts

4
.env

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
API_ID=1025907
API_HASH=452b0359b988148995f22ff0f4229750
VERSION=1.5.0
VERSION_FULL=1.5.0 (192)
BUILD=192
VERSION_FULL=1.5.0 (193)
BUILD=193

2
src/components/popups/payment.ts

@ -225,7 +225,7 @@ export default class PopupPayment extends PopupElement { @@ -225,7 +225,7 @@ export default class PopupPayment extends PopupElement {
wrapPeerTitle({peerId: paymentForm.provider_id.toPeerId()})
]);
console.log(paymentForm, lastRequestedInfo);
// console.log(paymentForm, lastRequestedInfo);
await peerTitle.update({peerId: paymentForm.bot_id.toPeerId()});
preloaderContainer.remove();

Loading…
Cancel
Save