forked from LiveCarta/PayPal-PHP-SDK
Enabled Billing Plans and Agreements APIs
- Added API Classes, Samples, and Tests - Updated Functional Tests - Updated Documentation with new SDK Name - Updated Few Samples to use newer nicer result page
This commit is contained in:
@@ -41,7 +41,7 @@ class AuthorizationTest extends \PHPUnit_Framework_TestCase
|
||||
$authorization->setClearingTime(self::$clearing_time);
|
||||
|
||||
$authorization->setAmount(AmountTest::createAmount());
|
||||
$authorization->setLinks(array(LinksTest::createLinks()));
|
||||
$authorization->setLinks(array(LinksTest::getObject()));
|
||||
|
||||
return $authorization;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user