Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Auto confirmation/subscription of customer #39

Open
shivabhusal opened this issue Dec 29, 2015 · 0 comments
Open

Auto confirmation/subscription of customer #39

shivabhusal opened this issue Dec 29, 2015 · 0 comments

Comments

@shivabhusal
Copy link

Hey, I am adding customer from my rails app.
But; its sending confirmation email and the status of the customer is "Confirmation Pending"

image

But I have set the status field to subscribed

data = {
        'name' => "#{mode_info}#{customer.decorate.full_name}",
        'email' => customer.email,
        'status' => 'subscribed'
    }

how to auto setting the status to subscribed??

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant