Skip to content

Commit

Permalink
Remove remaining legacy webhooks references
Browse files Browse the repository at this point in the history
  • Loading branch information
XaosSintez committed Jan 11, 2018
1 parent 474ac84 commit 3f7f71d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
* @method Services\ApiTrackingService apiTracking()
* @method Services\ShippingZoneService shippingZones()
* @method Services\SchedulePaymentService scheduledPayments()
* @method Services\WebsiteWebhookTrackingService websiteWebhookTracking()
* @method Services\ApiKeyService apiKeys()
* @method Services\CheckoutPageService checkoutPages()
* @method Services\DisputeService disputes()
Expand All @@ -90,7 +89,6 @@
* @method Services\ProductService products()
* @method Services\CouponService coupons()
* @method Services\RedemptionService couponsRedemptions()
* @method Services\WebsiteWebhookService websiteWebhook()
* @method Services\WebhooksService webhooks()
* @method Services\ValuesListService lists()
* @method Services\ValuesListTrackingService listsTracking()
Expand Down Expand Up @@ -138,7 +136,6 @@ final class Client
'sessions' => Services\SessionService::class,
'users' => Services\UserService::class,
'threeDSecure' => Services\ThreeDSecureService::class,
'websiteWebhookTracking' => Services\WebsiteWebhookTrackingService::class,
'subscriptionTracking' => Services\SubscriptionTrackingService::class,
'apiTracking' => Services\ApiTrackingService::class,
'apiKeys' => Services\ApiKeyService::class,
Expand All @@ -147,7 +144,6 @@ final class Client
'paymentCardMigrations' => Services\PaymentCardMigrationsService::class,
'coupons' => Services\CouponService::class,
'couponsRedemptions' => Services\RedemptionService::class,
'websiteWebhook' => Services\WebsiteWebhookService::class,
'webhooks' => Services\WebhooksService::class,
'lists' => Services\ValuesListService::class,
'listsTracking' => Services\ValuesListTrackingService::class,
Expand Down

0 comments on commit 3f7f71d

Please sign in to comment.