Skip to content

Commit 8ad573b

Browse files
chore: cut release (#1214)
chore: cut release
2 parents 05eb1d5 + f741a36 commit 8ad573b

File tree

40 files changed

+30
-6
lines changed

40 files changed

+30
-6
lines changed

content/modals/DE/pay_in_1.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,21 @@
2828
"instructions": [
2929
"Wählen Sie PayPal als Bezahlmethode aus und nutzen Sie die Option,<strong> 30 Tage später zu bezahlen.</strong>",
3030
"Schließen Sie Ihren Einkauf in wenigen Schritten ab.",
31-
"Sie benötigen mehr als 30 Tage? Gegen eine Gebühr kann die Zahlung aufgeschoben werden."
31+
"Sie benötigen mehr als 30 Tage? Optional kann eine Verlängerung der Zahlungsfrist um weitere 30 Tage oder alternativ um 54 Tage gegen Gebühr beantragt werden."
3232
],
3333
"disclosure": [
34-
"* Vorbehaltlich Kreditwürdigkeitsprüfung. Erhältlich für Einkäufe i.Hv. {formattedMinAmount} - {formattedMaxAmount}. Nutzungsvoraussetzung ist ein deutsches PayPal-Privatkonto mit einer verknüpften Debitkarte oder einem Bankkonto mit gültigem SEPA-Lastschriftmandat als Zahlungsquelle."
34+
"Vorbehaltlich Kreditwürdigkeitsprüfung. Für Einkäufe zwischen {formattedMinAmount} - {formattedMaxAmount}. Es gelten die ",
35+
[
36+
"Bezahlung nach 30 Tagen Bedingungen.",
37+
"https://www.paypalobjects.com/marketing/web24/de/ppe/Pay_in_30_Days_Terms_&_Conditions_July2024.pdf",
38+
"Bedingungen für die Nutzung von Bezahlung nach 30 Tagen, öffnet in neuem Tab"
39+
],
40+
" Nutzungsvoraussetzung ist ein deutsches PayPal-Privatkonto mit einer verknüpften Debitkarte oder einem Bankkonto mit gültigem SEPA-Lastschriftmandat als Zahlungsquelle. Optional kannst du beantragen, die Zahlungsfrist zusätzlich um weitere 30 Tage (auf insgesamt 60 Tage) oder alternativ um 54 Tage (auf insgesamt 84 Tage) gegen Gebühr zu verlängern. Die Höhe der Gebühr wird transparent vor Abschluss der Verlängerung im PayPal-Konto angezeigt. Für die Verlängerung gelten die ",
41+
[
42+
"Bedingungen für Mehr Zeit zum Bezahlen.",
43+
"https://www.paypalobjects.com/marketing/web24/de/ppe/Mehr_Zeit_zum_Bezahlen_Besondere_Nutzungsbedingungen_072024_Marketing_Pages.pdf",
44+
"Besondere Nutzungsbedingungen für die Nutzung von Mehr Zeit zum Bezahlen, öffnet in neuem Tab"
45+
]
3546
],
3647
"navLinkPrefix": "Um Ihren Einkauf in monatlichen Raten zu zahlen,",
3748
"linkToProductList": "wählen Sie die PayPal Ratenzahlung."

content/modals/DE/pay_in_1_en.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,22 @@
2929
"instructions": [
3030
"Choose PayPal at checkout to use <strong> Pay in 30 Days.</strong>",
3131
"Complete your purchase in a few quick steps.",
32-
"Need more than 30 days? Postpone once for a fee."
32+
"Need more than 30 days? Optionally, you can apply to extend the payment deadline for a fee by an additional 30 days or alternatively by 54 days."
3333
],
3434
"disclosure": [
35-
"* Subject to Credit Check. Available for purchases between {formattedMinAmount} - {formattedMaxAmount}. Eligible customers must have a German private PayPal account with a linked debit card or bank account with valid SEPA mandate as a funding instrument."
35+
"Subject to credit check. For purchases between {formattedMinAmount} - {formattedMaxAmount}. ",
36+
[
37+
"Terms for Pay in 30 Days",
38+
"https://www.paypalobjects.com/marketing/web24/de/ppe/Pay_in_30_Days_Terms_&_Conditions_July2024.pdf",
39+
" Terms for Pay in 30 Days, opens new tab"
40+
],
41+
" apply. Eligible customers must have a German PayPal account with a linked debit card or bank account with a valid SEPA mandate as a funding instrument. Optionally, you can apply to extend the payment deadline by an additional 30 days (to a total of 60 days) or alternatively by 54 days (to a total of 84 days) for a fee. The amount of the fee will be displayed transparently in your PayPal account before the extension is completed. For the extension, ",
42+
[
43+
" Bedingungen für Mehr Zeit zum Bezahlen",
44+
"https://www.paypalobjects.com/marketing/web24/de/ppe/Mehr_Zeit_zum_Bezahlen_Besondere_Nutzungsbedingungen_072024_Marketing_Pages.pdf",
45+
"Bedingungen für Mehr Zeit zum Bezahlen, opens new tab"
46+
],
47+
" apply."
3648
],
3749
"navLinkPrefix": "For monthly Pay Later Options,",
3850
"linkToProductList": "see PayPal Ratenzahlung."

src/components/modal/v2/parts/views/PayIn1/Content.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import { h, Fragment } from 'preact';
44
import Instructions from '../../Instructions';
55
import ProductListLink from '../../ProductListLink';
6+
import InlineLinks from '../../InlineLinks';
67
import styles from './styles.scss';
78

89
import { useServerData } from '../../../lib/providers';
@@ -43,7 +44,7 @@ export const PayIn1 = ({
4344
</div>
4445
</div>
4546
<div className={`content__row disclosure ${useV5Design ? 'v5Design' : ''} ${country === 'DE' ? 'DE' : ''}`}>
46-
<p> {currencyFormat(disclosure)} </p>
47+
<InlineLinks text={currencyFormat(disclosure)} />
4748
</div>
4849
<div className="content__row productLink">
4950
<div className="productLink__container">{renderProductListLink()}</div>
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)