Skip to content

Instantly share code, notes, and snippets.

@GreenGeorge
Last active April 8, 2020 13:49
Show Gist options
  • Save GreenGeorge/7abe8e8c156aa1170d3626879b0d5c39 to your computer and use it in GitHub Desktop.
Save GreenGeorge/7abe8e8c156aa1170d3626879b0d5c39 to your computer and use it in GitHub Desktop.
// ...
const raffleObject = {
product: product.handle,
variant: form.size,
timestamp,
identity_no: identityNo,
instagram_handle: instagramHandle,
phone,
};
CF.customer.set('raffle', [raffleObject]);
const result = await CF.customer.save({
redirect: true,
saveColumns: [
'raffle',
],
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment