Skip to content

Commit 82137da

Browse files
authored
Correct Transaction::$CreditCardExpiry type
1 parent ceba53f commit 82137da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Response/Embeds/Transaction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class Transaction extends AbstractResponse
8585
public $CardStatus;
8686

8787
/**
88-
* @var CreditCard
88+
* @var ?CreditCard
8989
*/
9090
public $CreditCardExpiry;
9191

0 commit comments

Comments
 (0)