Skip to content

Commit

Permalink
Use full year in approve order example. (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire authored Oct 12, 2023
1 parent c4fd610 commit 6dc11b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CardPayments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Create a `Card` object containing the user's card details.
val card = Card(
number = "4111111111111111",
expirationMonth = "01",
expirationYear = "25",
expirationYear = "2025",
securityCode = "123",
billingAddress = Address(
streetAddress = "123 Main St.",
Expand Down

0 comments on commit 6dc11b3

Please sign in to comment.