Skip to content

Commit

Permalink
chore: Update demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
acasazza committed Dec 13, 2021
1 parent b771526 commit 8c6bd7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/checkout/customer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1002,11 +1002,11 @@ export default function Main() {
<div className="text-gray-500 ml-5">
<PaymentSourceDetail
data-cy="payment-exp-month"
type="expMonth"
type="exp_month"
/>
<PaymentSourceDetail
data-cy="payment-exp-year"
type="expYear"
type="exp_year"
/>
</div>
<div className="ml-5">
Expand Down

0 comments on commit 8c6bd7c

Please sign in to comment.