Open shivabhusal opened 8 years ago
Hey, I am adding customer from my rails app. But; its sending confirmation email and the status of the customer is "Confirmation Pending"
But I have set the status field to subscribed
status
subscribed
data = { 'name' => "#{mode_info}#{customer.decorate.full_name}", 'email' => customer.email, 'status' => 'subscribed' }
how to auto setting the status to subscribed??
Hey, I am adding customer from my rails app. But; its sending confirmation email and the status of the customer is "Confirmation Pending"
But I have set the
status
field tosubscribed
how to auto setting the status to
subscribed
??