Mickael Lecoq

Results 54 comments of Mickael Lecoq

I had to modify `drizzle-kit` for it to create my full text index, here is the patch ```diff --git a/node_modules/drizzle-kit/index.js b/node_modules/drizzle-kit/index.js index 4508891..0e97fd2 100755 --- a/node_modules/drizzle-kit/index.js +++ b/node_modules/drizzle-kit/index.js @@ -6286,6...

I have the same issue on server side. I have tried : import { StripeAPI } from 'meteor/mrgalaxy:stripe';

Stripe is loaded by the client. With meteor 1.3 you have just to add Stripe npm package (for server side) and import following script for client side.

@chrise86 yes, npm package is sufficient !