updateCustomerDob
Update a logged-in customer's date of birth.
Note: Date of birth must be provided in the following format:
MONTH-DAY
Eg: 07-29
for the 29th of July
RivoJS.updateCustomerDob(dob).then(function(resp){
console.log(resp)
});
Sample response
{"success":true}
Updated about 2 months ago