Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save staycreativedesign/2e02e463887c32dfadc4f8844bf6f5ec to your computer and use it in GitHub Desktop.
Save staycreativedesign/2e02e463887c32dfadc4f8844bf6f5ec to your computer and use it in GitHub Desktop.
@customer = Stripe::Customer.create({
name: @name,
email: @email,
source: @source,
phone:@phone
address: {
"addresss.line1": 'foobar',
"addresss.city": 'foobar',
"addresss.line2": 'foobar',
"postal_code": 'foobar',
"state": 'foobar',
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment