Forum Discussion

BradC's avatar
BradC
Binge Watcher
10 years ago

test users - what is void transaction?

what is "void transactions" under test users?

4 Replies

  • renojim's avatar
    renojim
    Community Streaming Expert
    You can void a test user's transactions so that if he "bought" something it will appear as if it was never bought. So for in-app purchases, for example, roChannelStore->GetPurchases() would return the test user's purchases and then if you voided one GetPurchases() would no longer show that item as being purchased. I use it to make sure I have the logic correct for purchases and possible refunds (which seem to occur occasionally according to my "Account Activity"). I guess you could also use it to take away a game you gave to your friend via making him a test user who is no longer your friend (and then remove him from your test users). 🙂

    -JT
    • developer_uj24's avatar
      developer_uj24
      Binge Watcher

      I have implemented TVOD added my email as test user when I purchase something TEST USER status show "No transactions found" how do I test that a transaction successful to my client's account?

       

      • hamza061's avatar
        hamza061
        Binge Watcher

        kindly share if you got any answer I am facing same issue.

        Thanks in Advance

  • BradC's avatar
    BradC
    Binge Watcher
    thanks. I just want to make sure my test users arent charged for stuff they shouldnt be.