Skip to content

Instantly share code, notes, and snippets.

View GreenGeorge's full-sized avatar
🏠
Working from home

George Ananda GreenGeorge

🏠
Working from home
View GitHub Profile
// ...
const raffleObject = {
product: product.handle,
variant: form.size,
timestamp,
identity_no: identityNo,
instagram_handle: instagramHandle,
phone,
};
CF.customer.set('raffle', [raffleObject]);