Been working on implementing the 3 step TBA flow f...
# general
k
Been working on implementing the 3 step TBA flow for my app, and got it working perfectly. However I wanted to go back and add the
state
parameter for step 1/ step 2 but NetSuite just ignores it and doesn't return me a
state
value in the redirect? Anyone else experienced this?
b
what did your attempt look like
k
Ended up getting it working -- the library I was using in Haskell was filtering out the
state
value in Step 1 so that when I passed it in Step 2 it was invalid
Had to upstream some changes to allow the state value