Skip to content

Commit

Permalink
extend expiry date on sample cards
Browse files Browse the repository at this point in the history
  • Loading branch information
KunJeongPark committed Feb 4, 2025
1 parent ecd6b31 commit c45470f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct CardOrderApproveView: View {

@ObservedObject var cardPaymentViewModel: CardPaymentViewModel
@State private var cardNumberText: String = "4111 1111 1111 1111"
@State private var expirationDateText: String = "01 / 25"
@State private var expirationDateText: String = "01 / 27"
@State private var cvvText: String = "123"

var body: some View {
Expand Down

0 comments on commit c45470f

Please sign in to comment.