Skip to content

Commit

Permalink
BuildMaster release: v1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
securesubmit-buildmaster authored Aug 25, 2020
1 parent 2d8914b commit 4bb4aed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/GlobalPayments.Api/PaymentMethods/CreditCardData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ public int? ExpYear {
set {
if (value.HasValue && (int)Math.Floor(Math.Log10(value.Value)) + 1 == 2) {
_expYear = value + 2000;
} else {
_expYear = value;
}
}
}
Expand Down

0 comments on commit 4bb4aed

Please sign in to comment.