lexitbr / react-native-plugpag-lib

Plugin to integrate react-native apps to Pagseguro plugpag plugin.
MIT License
0 stars 2 forks source link

Get terminal serial number without transaction #5

Open mCodex opened 4 months ago

mCodex commented 4 months ago

Hello,

I was trying to implement a new method to get "terminalSerialNumber" without using any transaction for that.

I've talked to folks from PagBank and they told me that we can get this info using:

class MainActivity : AppCompatActivity() {

   override fun onCreate(savedInstanceState: Bundle?) {
      super.onCreate(savedInstanceState)

      setContentView(R.layout.activity_main)

      txt_serial.text = Build.SERIAL

   }

}

However, I didn't figured out how to expose this info to the JS side.

fcamargo10 commented 3 months ago

Hello,

I was trying to implement a new method to get "terminalSerialNumber" without using any transaction for that.

I've talked to folks from PagBank and they told me that we can get this info using:

class MainActivity : AppCompatActivity() {

   override fun onCreate(savedInstanceState: Bundle?) {
      super.onCreate(savedInstanceState)

      setContentView(R.layout.activity_main)

      txt_serial.text = Build.SERIAL

   }

}

However, I didn't figured out how to expose this info to the JS side.

Fala, Mateus, beleza?!

Conseguiu realizar as modificações aí? Não entendi muito bem sua necessidade de uso, mas possivelmente este método não está integrado na biblioteca do React Native ainda. Podemos integrar, o que você acha?

mCodex commented 3 months ago

Oi @fcamargo10 , beleza?

Então, eu não consegui integrar mesmo kkk Ia tentar abrir uma PR com essa "feature", mas não consegui entender como aplicar esse código hehe

Eu falei com o pessoal do PagBank, pq precisava puxar o número de série das máquinas sem ser via TransactionResult. Aí me enviaram esse snippet e fiquei umas horas pensando em como aplicar na lib, mas não consegui huahua

FaelN1 commented 1 month ago

Então, eu não consegui integrar mesmo kkk Ia tentar abrir uma PR com essa "feature", mas não consegui entender como aplicar esse código hehe

Eu consegui! se precisar de ajuda me manda um email; contato@faeldev.com