Fix url to test
This commit is contained in:
parent
141664ff10
commit
651173678c
@ -135,7 +135,7 @@ class PaypalTest extends PHPUnit\Framework\TestCase
|
|||||||
$langs=$this->savlangs;
|
$langs=$this->savlangs;
|
||||||
$db=$this->savdb;
|
$db=$this->savdb;
|
||||||
|
|
||||||
$urltotest=getPaypalPaymentUrl(1, 'free');
|
$urltotest=getPaypalPaymentUrl(0, 'free');
|
||||||
print "urltotest=".$urltotest."\n";
|
print "urltotest=".$urltotest."\n";
|
||||||
|
|
||||||
$result=getURLContent($urltotest, 'GET');
|
$result=getURLContent($urltotest, 'GET');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user