mongoose-stripe-customers
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -12,3 +12,3 @@ var _ = require('lodash'), | ||
schema.plugin(authPlugin, { | ||
schema.plugin(mongooseStripeCustomers, { | ||
stripeApiKey: 'XXXXXXXXXXXXXXXX', | ||
@@ -15,0 +15,0 @@ hook: 'save', |
{ | ||
"name": "mongoose-stripe-customers", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A mongoose plugin that creates a stripe customer when a new document is created and stores the Stripe customer id to that document.", | ||
@@ -5,0 +5,0 @@ "main": "mongoose-stripe-customers.js", |
mongoose-stripe-customers | ||
==================== | ||
[![Build Status](https://travis-ci.org/Dashride/mongoose-stripe-customers.svg?branch=master)](https://travis-ci.org/Dashride/mongoose-stripe-customers) | ||
[![Coverage Status](https://coveralls.io/repos/Dashride/mongoose-stripe-customers/badge.svg?branch=master&service=github)](https://coveralls.io/github/Dashride/mongoose-stripe-customers?branch=master) | ||
[![Dependency Status](https://david-dm.org/Dashride/mongoose-stripe-customers.svg)](https://david-dm.org/Dashride/mongoose-stripe-customers) | ||
[![Coverage Status](https://coveralls.io/repos/Dashride/mongoose-stripe-customers/badge.svg?branch=master&service=github)](https://coveralls.io/github/Dashride/mongoose-stripe-customers?branch=master) | ||
[![npm version](https://badge.fury.io/js/mongoose-stripe-customers.svg)](http://badge.fury.io/js/mongoose-stripe-customers) | ||
@@ -25,3 +26,3 @@ A [mongoose.js](https://github.com/LearnBoost/mongoose/) A mongoose plugin that creates a stripe customer when a new document is created and stores the [Stripe](https://stripe.com) customer ID to that document. | ||
schema.plugin(authPlugin, { | ||
schema.plugin(mongooseStripeCustomers, { | ||
stripeApiKey: 'XXXXXXXXXXXXXXXX', | ||
@@ -28,0 +29,0 @@ hook: 'save', |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30440
51