Skip to content

Commit

Permalink
Add live key (#154)
Browse files Browse the repository at this point in the history
* Add local logo

This also fixes #149

* Remove auth token

And edited some firebase permissions as well,  fixes  #144

* Add live key

Here we add the live key for stripe
  • Loading branch information
Kreijstal committed Mar 9, 2018
1 parent 418e5ce commit 23ea2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/static/js/donate.js
Expand Up @@ -52,7 +52,7 @@ will be called*/
(function() {
var amount = 25;
var handler = StripeCheckout.configure({
key: 'pk_test_IHdlNeCcW1H44btA1bcjWXa9',
key: 'pk_live_TYUOty0alel95s5ZGMydBd8Q',
image: '/img/fossasia_400x400.png',
token: function(token) {

Expand Down

0 comments on commit 23ea2d6

Please sign in to comment.