forked from LiveCarta/PayPal-PHP-SDK
Fixes to Agreement Search Transaction
- Added searchTransactions method to include params - Updated Tests accordingly. - Updated Samples accordingly
This commit is contained in:
@@ -274,7 +274,7 @@ class AgreementTest extends \PHPUnit_Framework_TestCase
|
||||
AgreementTransactionsTest::getJson()
|
||||
));
|
||||
|
||||
$result = $obj->transactions("agreementId", $mockApiContext, $mockPayPalRestCall);
|
||||
$result = $obj->searchTransactions("agreementId", array(), $mockApiContext, $mockPayPalRestCall);
|
||||
$this->assertNotNull($result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user