You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fetch() call in makeRequest() omits credentials( "credentials" : "omit" ). This interferes with a session based payment flow.
What is the reason for this value?
Wouldn't "same-origin" be a more sane alternative?
The text was updated successfully, but these errors were encountered:
The fetch() call in makeRequest() omits credentials( "credentials" : "omit" ). This interferes with a session based payment flow.
What is the reason for this value?
Wouldn't "same-origin" be a more sane alternative?
The text was updated successfully, but these errors were encountered: