Skip to content

Commit

Permalink
Added CardId property to PayInExecutionDetailsDirect
Browse files Browse the repository at this point in the history
To help with autocompletion and code scanning tools like Phpstan
  • Loading branch information
garsaud authored Jul 13, 2022
1 parent 4888fd8 commit 3729de7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MangoPay/PayInExecutionDetailsDirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ class PayInExecutionDetailsDirect extends Libraries\Dto implements PayInExecutio
*/
public $Applied3DSVersion;

/**
* Card Id
* @var string
*/
public $CardId;

public function GetSubObjects()
{
$subObjects = parent::GetSubObjects();
Expand Down

0 comments on commit 3729de7

Please sign in to comment.