#pain-update-pi
1 messages · Page 1 of 1 (latest)
Just to clarify, I'm simply trying to make a boolean toggle whether the card should be saved or not. I am doing this by calling the update function on the intent.
I can add it by setting it to "off_session"
but I have no idea how to remove it once it has been set, I tried setting it to "false" but that clearly doesn't work
I believe the convention with our API is to pass an empty string to unset the previous value
How I have it set up currently
I will try.
Ah, that worked; not sure why I didn't think of it. Thank you!