helium / hotspot-app

Helium hotspot app for iOS and Android
https://www.helium.com
Apache License 2.0
187 stars 139 forks source link

Memo is not being shown in the app #1122

Open andreiguzga opened 2 years ago

andreiguzga commented 2 years ago

Describe the bug When checking a transaction with a memo added to it, the memo is empty in the app. See the attached screenshot below. The payment in question does have a memo attached and this can be viewed by using the API to get the transaction info.

The transaction hash for a payment with a memo attached is UJdU3nFIwlX7Pl31PYas8gnid4oDvt3D3XN71Dugtlg. https://api.helium.io/v1/transactions/UJdU3nFIwlX7Pl31PYas8gnid4oDvt3D3XN71Dugtlg

To Reproduce Steps to reproduce the behavior:

  1. Scan a QR code for a payment with a memo added to the QR code.
  2. Do the payment and wait for the payment to reach the payee account.
  3. Go to payments and find the transaction.
  4. Open the transaction and check the Memo field

Expected behavior In the transaction summary, the Memo field should contain the memo attached to the transaction

Screenshots Screenshot from the App IMG_F0B535D5B0FC-1

QR code used for making the payment akakiran-billing-23-11-2021

Smartphone (please complete the following information):

cokes518 commented 2 years ago
      {
        "payee": "14qymSP4o4ZFQZvBnuuQLsBoWdZnxLecWTTCw12hSs8mkMjMbcb",
        "memo": "YWthAAAAAAA=",
        "amount": 342129482
      }

looks like it should work. we'll take a look.

tyler-whitman commented 2 years ago

@andreiguzga I am seeing the memo "aka" could you confirm if you are still having the problem with the latest app version 3.8.5?

andreiguzga commented 2 years ago

It's still occurring on 3.8.5. When I receive the payment, in the notifications, I do get the Memo code. But when going to the transaction, the Memo field is still empty.