Merge pull request #653 from paypal/webhooks-update

Update webhooks to API version 1.7
This commit is contained in:
Jay
2016-09-22 13:42:31 -05:00
committed by GitHub
20 changed files with 836 additions and 311 deletions

View File

@@ -1176,6 +1176,17 @@ if (PHP_SAPI == 'cli') {
</div>
</div>
</li>
<li class="list-group-item">
<div class="row">
<div class="col-md-8"><h5>Validate Webhook Event</h5></div>
<div class="col-md-4">
<a href="notifications/ValidateWebhookEvent.php" class="btn btn-primary pull-left execute"> Try It <i
class="fa fa-play-circle-o"></i></a>
<a href="doc/notifications/ValidateWebhookEvent.html" class="btn btn-default pull-right">Source <i
class="fa fa-file-code-o"></i></a>
</div>
</div>
</li>
</ul>
</div>