Skip to content

Commit

Permalink
PaymentInstrumentValidationService cleanup (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
XaosSintez authored Jul 2, 2020
1 parent bae2978 commit f7028cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
* @method Services\WebhookTrackingService webhooksTracking()
* @method Services\GatewayAccountDowntimeService gatewayDowntimes()
* @method Services\GatewayAccountLimitService gatewayLimits()
* @method Services\PaymentInstrumentValidationService paymentInstrumentValidation()
* @method Services\KycService kycDocuments()
* @method Services\RuleService eventRules()
* @method Services\CustomerTimelineService customerTimeline()
Expand Down Expand Up @@ -143,7 +142,6 @@ final class Client
'webhooksTracking' => Services\WebhookTrackingService::class,
'gatewayDowntimes' => Services\GatewayAccountDowntimeService::class,
'gatewayLimits' => Services\GatewayAccountLimitService::class,
'paymentInstrumentValidation' => Services\PaymentInstrumentValidationService::class,
'kycDocuments' => Services\KycService::class,
'eventRules' => Services\RuleService::class,
'customerTimeline' => Services\CustomerTimelineService::class,
Expand Down

0 comments on commit f7028cf

Please sign in to comment.