Skip to content

Conversation

niklas573
Copy link
Contributor

@niklas573 niklas573 commented Jun 30, 2021

Implemented a routine which does a REST call when a user clicks on the CWA button while checked in
Backend PR: railslove/rcvr-api#138

"name": "Using fixtures to represent data",
"email": "hello@cypress.io",
"body": "Fixtures are a great way to mock data for responses to routes"
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete unused fixture

// We also need to update the data in the API (only if the public key is available (downwards compability))
if (updatedCheckin.k) {
const csv = toCSV(updatedCheckin.guest)
const encryptedData = encrypt(updatedCheckin.k, csv)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is no longer used now, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants