Skip to content

Commit

Permalink
Merge branch 'master' into consistent-enum-values
Browse files Browse the repository at this point in the history
  • Loading branch information
slavcodev committed Jul 28, 2016
2 parents 6275bed + 9b327c5 commit 8dc48ca
Show file tree
Hide file tree
Showing 11 changed files with 911 additions and 63 deletions.
2 changes: 2 additions & 0 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
* @method Services\WebsiteWebhookTrackingService websiteWebhookTracking()
* @method Services\ApiKeyService apiKeys()
* @method Services\CheckoutPageService checkoutPages()
* @method Services\DisputeService disputes()
*
* @author Veaceslav Medvedev <veaceslav.medvedev@rebilly.com>
* @version 0.1
Expand Down Expand Up @@ -129,6 +130,7 @@ final class Client
'apiTracking' => Services\ApiTrackingService::class,
'apiKeys' => Services\ApiKeyService::class,
'checkoutPages' => Services\CheckoutPageService::class,
'disputes' => Services\DisputeService::class,
];

/** @var array */
Expand Down

0 comments on commit 8dc48ca

Please sign in to comment.