Skip to content

Commit

Permalink
Merge pull request Credit-Jeeves#24 from anothy/threedsecure-class-name
Browse files Browse the repository at this point in the history
Fixed filename and class name.
  • Loading branch information
francoisneron authored Mar 1, 2018
2 parents 8ab96cd + ff1a97b commit 35d6f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/Paysafe/PaysafeApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public function directDebitService() {
/**
* Threed Secure service.
*
* @return \Paysafe\ThreedSecureService
* @return \Paysafe\ThreeDSecureService
*/
public function threeDSecureService() {
return new ThreeDSecureService($this);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

namespace Paysafe;

class ThreeDsecureService
class ThreeDSecureService
{

/**
Expand Down

0 comments on commit 35d6f58

Please sign in to comment.