Update Webhooks API

This commit is contained in:
jaypatel512 and sdcoffey
2016-09-20 14:01:47 -07:00
parent a1039ae38a
commit af4648bdfd
16 changed files with 611 additions and 173 deletions

View File

@@ -2,6 +2,7 @@
namespace PayPal\Test\Api;
use PayPal\Common\PayPalModel;
use PayPal\Api\WebhookList;
/**
@@ -51,4 +52,6 @@ class WebhookListTest extends \PHPUnit_Framework_TestCase
{
$this->assertEquals($obj->getWebhooks(), WebhookTest::getObject());
}
}