#jimmiler-cli-dashboard
1 messages · Page 1 of 1 (latest)
so if I create a customer in the CLI, is it in Test mode and the customer will not be added to the live data?
correct, unless you pass --live
ahh, ok. that makes sense. Thank you
sure thing
@dire olive from the tutorial, this doesn't seem to work:
-d invoice_settings[default_payment_method]=pm_card_visa
has these changed?
Full command:
stripe customers create --email test+cli@test.com --payment-method pm_card_visa -d invoice_settings[default_payment_method]=pm_card_visa
what doesn't work?
the command to create a customer with the -d flag. I want to add a default payment method with invoice setting
zsh: no matches found: invoice_settings[default_payment_method]=pm_card_visa
-d "invoice_settings[default_payment_method]=pm_card_visa"
ok, lemme try