% % whether recycle or prepped for twilio issuance % set up the customer parameters readable by tell or fire % if there is an existing customer record, load it % default to zeros and override some settings % *cndacust % % the new plan takes precedence for rates % "*" &_Test.Plan lower &"*" % % add to the customers possible existing balance % current fill amount % &" -" _Cond.Fill _Test.Prefill add & &"-" % subscription due amount %%% no longer used &" $" &"0" &"$" % price per sms &" +" &_Test.Psms &"+" % price per mms &" _" &_Test.Pmms &"_" % % use the original customer subscription date % _Cond.Subscribed any? { % override code, any previous customer override wiped &" #" &"" &"#" % % use original customer subscribed date % ^" @" &"@" & } { % override code is new number &" #" &"number" &"#" % % first time subscriber % &" @" &_Test.Date &"@" } ifelse % % use the new next subscription date from just purchased % &" =" &_Test.Next &"=" catcr *cndasetc