def buyVcoin(self):
     openPaymentWebsite()
 def buyVcoin(self):
     openPaymentWebsite()
Example #3
0
 def onPayment(self):
     if constants.IS_VIETNAM:
         self.fireEvent(events.ShowWindowEvent(events.ShowWindowEvent.SHOW_EXCHANGE_VCOIN_WINDOW, {}), EVENT_BUS_SCOPE.LOBBY)
         return
     openPaymentWebsite()