Skip to content

Commit

Permalink
Merge pull request #7455 from fmarcet/6.0
Browse files Browse the repository at this point in the history
FIX Stripe not working on live mode
  • Loading branch information
eldy committed Sep 24, 2017
2 parents 2ca5f2e + 76c3fe1 commit 84173f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/stripe/config.php
@@ -1,6 +1,7 @@
<?php
/* Copyright (C) 2017 Alexandre Spangaro <aspangaro@zendsi.com>
* Copyright (C) 2017 Saasprov <saasprov@gmail.com>
* Copyright (C) 2017 Ferran Marcet <fmarcet@2byte.es.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -32,7 +33,7 @@
//use \includes\stripe as stripe;
$stripe = array();

if (empty($conf->global->SKYPE_LIVE))
if (empty($conf->global->STRIPE_LIVE))
{
$stripe = array(
"secret_key" => $conf->global->STRIPE_TEST_SECRET_KEY,
Expand Down

0 comments on commit 84173f3

Please sign in to comment.