Skip to content

Commit a677a87

Browse files
committed
fix FR periodic payment
1 parent ebc70c3 commit a677a87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/functional/v2/config/FR/DEV_FR_SHORT_TERM.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const DEV_FR_SHORT_TERM = {
2121
expectedValue: 'Payez votre achat de 30,00 €',
2222
modalContent: {
2323
subheadline: 'Payez votre achat de 30,00 € en 4 fois sans frais de dossier ni frais de retard.',
24-
periodicPayment: '10,00 €'
24+
periodicPayment: '7,50 €'
2525
}
2626
},
2727
{

utils/devServerProxy/config/FR/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default {
2929
offers: {
3030
PAY_LATER_SHORT_TERM: [
3131
{
32-
totalPayments: 3,
32+
totalPayments: 4,
3333
apr: 0,
3434
nominalRate: 0,
3535
minAmount: 30,

0 commit comments

Comments
 (0)