Dashride / mongoose-stripe-customers

A configurable mongoose.js plugin that creates a Stripe customer when a new document is created, then stores the Stripe customer ID to that document.
Apache License 2.0
8 stars 2 forks source link

Allow embedded documents for path options #5

Closed JasonCust closed 8 years ago

JasonCust commented 8 years ago

Resolves #2

JasonCust commented 8 years ago

Need to update tests and review locally.