Skip to content

Commit 3fd38c9

Browse files
authored
Update LoyaltyPaymentCardBuilder Expire Year
Signed-off-by: Bünyamin Yaşar <33955141+byasarcse@users.noreply.github.com>
1 parent 36ea790 commit 3fd38c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Iyzipay.Tests/Functional/Builder/LoyaltyPaymentCardBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public LoyaltyPaymentCardBuilder BuildWithCardCredentials()
8181
{
8282
_cardHolderName = "John Doe";
8383
_cardNumber = "5451030000000000";
84-
_expireYear = "2025";
84+
_expireYear = "2030";
8585
_expireMonth = "09";
8686
_cvc = "123";
8787
//_cardUserKey = "card user key";

0 commit comments

Comments
 (0)