Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Unable to write to user storage #13

Open
davidvc opened this issue Apr 11, 2021 · 2 comments
Open

Unable to write to user storage #13

davidvc opened this issue Apr 11, 2021 · 2 comments

Comments

@davidvc
Copy link

davidvc commented Apr 11, 2021

In project venus-c8f37, I will write to user.params object, just as documented, but then the next request does not contain the storage value.

webhook response:

    "user": {
      "locale": "en-US",
      "params": {
        "bearerToken": "",
        "phoneNumber": "510-394-5570"
      },

Next webhook request:

    "user": {
      "locale": "en-US",
      "params": {
        "bearerToken": ""
      },
@davidvc
Copy link
Author

davidvc commented Apr 11, 2021

Apologies in advance if I don't respond right away, I don't seem to get emails on updates to issues :(

@Fleker
Copy link
Member

Fleker commented Apr 13, 2021

You're using the testing library to do this? Can you post the code you're running to do this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants