Skip to content

Commit 70acbc3

Browse files
committed
fix tests
1 parent 20c2d70 commit 70acbc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/modals/CA/short_term_xo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"content": {
2828
"headline": "Pay in 4",
2929
"subheadline": "No impact on credit score and no late fees. Available for purchases of {formattedMinAmount} to {formattedMaxAmount}.",
30-
"qualifyingSubheadline": "Split {formattedTotalCost} into {totalPayments} interest-free payments with no impact on credit score and no late fees.",
30+
"qualifyingSubheadline": "Split {formattedTotalCost} into {total_payments} interest-free payments with no impact on credit score and no late fees.",
3131
"donutTimestamps": ["Today", "2 weeks", "4 weeks", "6 weeks"],
3232
"instructions": {
3333
"instructionsHeadline": "How Pay in 4 works",

tests/functional/v2/config/CA/DEV_CA_SHORT_TERM_FR.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const DEV_CA_SHORT_TERM_FR = {
2121
expectedValue: 'Payer en 4 versements sans intérêt de $7.50',
2222
modalContent: {
2323
subheadline:
24-
'Divisez le montant de $30 en 4 versements sans intérêt, sans incidence sur votre cote de crédit et sans frais de retard.',
24+
'Divisez le montant de $30.00 en 4 versements sans intérêt, sans incidence sur votre cote de crédit et sans frais de retard.',
2525
periodicPayment: '$7.50'
2626
}
2727
},

0 commit comments

Comments
 (0)