Skip to content

Commit

Permalink
Add attribute inside RecurringTransaction.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AmityX authored and sebdesign committed Jul 31, 2023
1 parent f7cbe71 commit f7b630e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Responses/RecurringTransaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public function __construct(
public readonly mixed $IssuerMessageControl = null,
public readonly mixed $Ctap = null,
public readonly ?string $CartesBancaires = null,
public readonly mixed $ApplePosInfo = null,
) {
}

Expand Down

0 comments on commit f7b630e

Please sign in to comment.