Actions
WebServer action subscription
⚠️
X-Device-Id
You should pass deviceID
const action = {
type: "PaymentRedirect",
data: {
redirectLink: paymentResponse.redirectLink,
},
};
let action: Action = { type: “GoTo”, data: { “section”: “login” } }
Last modified March 10, 2023: from graphql: rename X-Device-ID (317d3f8)