Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
2f1954151f
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user