Skip to content

Commit a26b597

Browse files
committed
fix DE long term test
1 parent 490a967 commit a26b597

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

demo/standalone-modal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<button class="learn-more">Learn more</button>
1111
<script>
1212
const modal = window.paypal.MessagesModal({
13-
ccount: 'DEV_US_MULTI'
13+
account: 'DEV_US_MULTI'
1414
});
1515
document.querySelector('.learn-more').addEventListener('click', () => {
1616
modal.show();

tests/functional/v2/config/DE/DEV_DE_LONG_TERM.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const DEV_DE_LONG_TERM = {
2323
modalContent: {
2424
offerHeadline: '33,82€/Monat',
2525
updatedOfferHeadline: '170,83€/Monat',
26-
offerFieldValues: ['33,82€', '2,47€', '101,47€'],
26+
offerFieldValues: ['99,00€', '2,47€', '101,47€'],
2727
aprDisclaimer: 'Eff. Jahreszins 9,99% p.a.'
2828
}
2929
},

tests/functional/v2/config/DE/DEV_DE_LONG_TERM_EN.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const DEV_DE_LONG_TERM_EN = {
2323
modalContent: {
2424
offerHeadline: '33,82€ / month',
2525
updatedOfferHeadline: '170,83€ / month',
26-
offerFieldValues: ['33,82€', '2,47€', '101,47€'],
26+
offerFieldValues: ['99,00€', '2,47€', '101,47€'],
2727
aprDisclaimer: 'Eff. Annual interest rate 9,99% p.a.'
2828
}
2929
},

0 commit comments

Comments
 (0)