Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur 2020-01-30 12:40:35 +01:00
commit 2f1954151f

View File

@ -135,7 +135,7 @@ class PaypalTest extends PHPUnit\Framework\TestCase
$langs=$this->savlangs;
$db=$this->savdb;
$urltotest=getPaypalPaymentUrl(1, 'free');
$urltotest=getPaypalPaymentUrl(0, 'free');
print "urltotest=".$urltotest."\n";
$result=getURLContent($urltotest, 'GET');