mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
Add Tubs Field (#1486)
* HCB Referral Tracking * Change referral code field to defaultValue * Add referral alert * Fix formatting * Adjust copy * Fix spacing * HCB: Set Tubs to GFGS if referral code is used. --------- Co-authored-by: Gary Tou <gary@garytou.com>
This commit is contained in:
parent
cef6c00edd
commit
0e40b46e0a
1 changed files with 2 additions and 1 deletions
|
|
@ -61,7 +61,8 @@ export default async function handler(req, res) {
|
|||
'(Adults) Political Activity': data.eventPoliticalActivity,
|
||||
'(Adults) Annual Budget': parseInt(data.eventAnnualBudget),
|
||||
'HCB ID': r.id,
|
||||
'Referral Code': data.referralCode
|
||||
'Referral Code': data.referralCode,
|
||||
Tubs: data.referralCode ? 'GFGS' : ''
|
||||
})
|
||||
res.status(200).end()
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue