buyerIdentity seems to rely on 'accepts marketing' #508
Closed
justinhenricks
started this conversation in
Feedback: Payment Customization API
Replies: 1 comment
-
After investigation, we pinpointed a scenario where the buyer identity was not consistently loaded during the initial page render. This problem was confined to the initial page render and would have been automatically corrected once the page finished loading. We have addressed and resolved this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We noticed some strange behavior today where for customers that have not accepted marketing,
buyerIdentity
seems to be coming in as null whereas customers who have accepted marketing,buyerIdentity
comes in as expected.Here is the query for buyerIdentity we are using:
Here are screenshots of two customers, one accepting marketing and one not as well as the corresponding input I am seeing when the function runs.
accepts marketing:
does not accept marketing:
It seems strange that accepts marketing would effect this.. is it possible it is because we are asking for email in our query?
Beta Was this translation helpful? Give feedback.
All reactions