Skip to content

Commit

Permalink
Update stripelive_oauthcallback.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ptibogxiv committed Aug 22, 2019
1 parent 2080f92 commit 0be5964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/modules/oauth/stripelive_oauthcallback.php
Expand Up @@ -65,7 +65,7 @@

// Setup the credentials for the requests
$credentials = new Credentials(
$conf->global->OAUTH_STRIPE_TEST_ID,
$conf->global->OAUTH_STRIPE_LIVE_ID,
$conf->global->STRIPE_LIVE_SECRET_KEY,
$currentUri->getAbsoluteUri()
);
Expand Down

0 comments on commit 0be5964

Please sign in to comment.