Merge pull request #11728 from ptibogxiv/patch-231

Fix stripetest_oauthcallback.php
This commit is contained in:
Laurent Destailleur 2019-08-26 16:29:00 +02:00 committed by GitHub
commit 039a613ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
*/ */
/** /**
* \file htdocs/core/modules/oauth/stripe_oauthcallback.php * \file htdocs/core/modules/oauth/stripetest_oauthcallback.php
* \ingroup oauth * \ingroup oauth
* \brief Page to get oauth callback * \brief Page to get oauth callback
*/ */
@ -45,7 +45,7 @@ $backtourl = GETPOST('backtourl', 'alpha');
$uriFactory = new \OAuth\Common\Http\Uri\UriFactory(); $uriFactory = new \OAuth\Common\Http\Uri\UriFactory();
//$currentUri = $uriFactory->createFromSuperGlobalArray($_SERVER); //$currentUri = $uriFactory->createFromSuperGlobalArray($_SERVER);
//$currentUri->setQuery(''); //$currentUri->setQuery('');
$currentUri = $uriFactory->createFromAbsolute($urlwithroot.'/core/modules/oauth/stripe_oauthcallback.php'); $currentUri = $uriFactory->createFromAbsolute($urlwithroot.'/core/modules/oauth/stripetest_oauthcallback.php');
/** /**