Skip to content

Show users any errors in Stripe token creation#10

Open
staringispolite wants to merge 6 commits intoTaylorBriggs:masterfrom
staringispolite:master
Open

Show users any errors in Stripe token creation#10
staringispolite wants to merge 6 commits intoTaylorBriggs:masterfrom
staringispolite:master

Conversation

@staringispolite
Copy link

No description provided.

// context.fail(err);
//} else {
// context.succeed({ status: charge.status, success : true });
//}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't be able to pull these changes in with this PR; they appear to be specific to your use case.

Copy link
Author

@staringispolite staringispolite Nov 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, ugh. I keep forgetting that PRs aren't frozen in time, so you can't continue to push to your own branch. Can you pull in only that first commit? Or do I need to re-fork and make another?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You would need to make a new PR with just the one commit that adds the error logging.

},function(err, token){
if (err) {
grunt.log.writeln(err);
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants