Giter Club home page Giter Club logo

Comments (8)

themeteorchef avatar themeteorchef commented on August 17, 2024

Hey @aldofunes thanks for your thoughts on the recipe!

Re: an update, there are plans for this but will be a bit before I get to it. As you noted, the big changes are mostly around structure and routes (as well as ES2015). Aside from that, the bulk of this should work okay.

I will keep this open until I do an update and send you a heads up :)

from saas-stripe.

mtwallet avatar mtwallet commented on August 17, 2024

Hi Ryan. I just like to echo the thoughts of @aldotunes. I am just starting with Meteor and have found your tutorials to be some of the best I have seen. If you could update this particular recipe to use Base 3.0 that would be amazing. All that I have learned in Meteor so far has used Iron Router so I'm keen to see how you would use Flow Router within this recipe as well as amending the structure to use the existing accounts setup in Base 3.0.

Keep up the good work, your efforts are appreciated! All the best.

from saas-stripe.

themeteorchef avatar themeteorchef commented on August 17, 2024

Hey @mtwallet, noted! This is on my radar :)

Thanks for your thoughts.

from saas-stripe.

plaffey avatar plaffey commented on August 17, 2024

Looking forward to the update...Thanks!

from saas-stripe.

yadavpeoplelink avatar yadavpeoplelink commented on August 17, 2024

I'm getting this error on server- "TypeError: Cannot read property 'stripe' of undefined". (at app/server/methods/stripe.js:17:37)
I defined private key also in settings.

from saas-stripe.

themeteorchef avatar themeteorchef commented on August 17, 2024

@yadavpeoplelink did you load the file on Meteor startup with meteor --settings settings.json?

from saas-stripe.

yadavpeoplelink avatar yadavpeoplelink commented on August 17, 2024

ok..its working.

Thanks...

One more issue i'm facing,
I'm not getting create charge response on client. check server-side code below-

Meteor.methods({
'chargeCard': function(stripeToken) {
Stripe.charges.create({
amount: 20100,
currency: 'usd',
source: stripeToken,
description: "Test description"
}, function(err, charge) {
return charge;
});
}
});

I'm getting response as 'undefined' on client side

from saas-stripe.

sonvisal avatar sonvisal commented on August 17, 2024

hello sir when I clone this project it has error Your app is crashing. Here's the latest log.

/home/sonvisal/.meteor/packages/meteor-tool/.1.1.3.s0u68h++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:245
throw(ex);
^
TypeError: Cannot read property 'stripe' of undefined
at app/server/methods/stripe.js:17:37
at app/server/methods/stripe.js:311:3
at /home/sonvisal/Desktop/saas-stripe/code/.meteor/local/build/programs/server/boot.js:222:10
at Array.forEach (native)
at Function..each..forEach (/home/sonvisal/.meteor/packages/meteor-tool/.1.1.3.s0u68h++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
at /home/sonvisal/Desktop/saas-stripe/code/.meteor/local/build/programs/server/boot.js:117:5
Exited with code: 8
Your application is crashing. Waiting for file change.

from saas-stripe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.