Fix url to test

This commit is contained in:
Laurent Destailleur 2020-01-30 02:49:59 +01:00
parent 141664ff10
commit 651173678c

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');