Skip to content

Commit

Permalink
feat: Update DE Pi30 and Ratenzahlung modals to have EN variants (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
perco12 authored Apr 30, 2024
1 parent 5884791 commit c428184
Show file tree
Hide file tree
Showing 187 changed files with 492 additions and 40 deletions.
7 changes: 4 additions & 3 deletions content/modals/DE/long_term.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"meta": {
"product": "PAY_LATER_LONG_TERM",
"offerCountry": "DE",
"useV4Design": "false",
"variables": {
"transaction_amount": "${eval(transaction_amount ? transaction_amount : '-')}",
"qualifying_offer": "${eval(CREDIT_OFFERS_DS.qualifying_offer ? CREDIT_OFFERS_DS.qualifying_offer : 'false')}",
Expand All @@ -19,7 +20,7 @@
}
},
"content": {
"headline": "Später bezahlen in 3, 6, 12 oder 24 monatlichen Raten",
"headline": "Später bezahlen in monatlichen Raten",
"subheadline": "Noch heute kaufen – ohne Anzahlung.",
"calculator": {
"title": "Wie viel kostet Ihr Einkauf?",
Expand All @@ -29,12 +30,12 @@
"genericError": "Etwas ist schief gelaufen. Versuchen Sie es später erneut."
},
"instructions": [
"Wählen Sie PayPal als Bezahlmethode aus, um später mit <strong>PayPal Ratenzahlung</strong> zu bezahlen.",
"Wählen Sie PayPal als Bezahlmethode aus, um mit<strong> PayPal Ratenzahlung</strong> zu bezahlen.",
"Schließen Sie Ihren Einkauf in wenigen Schritten ab.",
"Das war’s! Falls Sie möchten, können Sie auch früher bezahlen. Ohne Zusatzkosten."
],
"disclosure": {
"nonZeroAPR": "Vorbehaltlich Kreditwürdigkeitsprüfung. Laufzeiten von 3, 6, 12 oder 24 Monaten. Ab {formattedMinAmount} und bis zu {formattedMaxAmount} Bestellwert. Für die Laufzeiten 3, 6 und 12 Monate gilt ein effektiver Jahreszins von 12,99%, p.a. zu einem festen Sollzinssatz von 12,19% p.a. bei 3 Monaten, von 12,21% p.a. bei 6 Monaten, von 12,22% p.a. bei 12 Monaten. Für die Laufzeit von 24 Monaten gilt ein effektiver Jahreszins von 11,99% p.a. zu einem festen Sollzinssatz von 11,33% p.a. Repräsentatives Beispiel gem. § 17 (4) PAngV: Nettodarlehensbetrag 1.000 €, Gesamtbetrag 1.067,79 €, 12 monatliche Raten à 88,98 €, fester Sollzinssatz 12,99% p.a., eff. Jahreszins 12,22% p.a. Der Kreditgeber ist PayPal (Europe) S.à r.l. et Cie, S.C.A., 22-24 Boulevard Royal, L-2449 Luxembourg.",
"nonZeroAPR": "Vorbehaltlich Kreditwürdigkeitsprüfung. Laufzeiten von 3, 6, 12 oder 24 Monaten. Ab {formattedMinAmount} und bis zu {formattedMaxAmount} Bestellwert. Für die Laufzeiten 3, 6 und 12 Monate gilt ein effektiver Jahreszins von 12,99%, p.a. zu einem festen Sollzinssatz von 12,19% p.a. bei 3 Monaten, von 12,21% p.a. bei 6 Monaten, von 12,22% p.a. bei 12 Monaten. Für die Laufzeit von 24 Monaten gilt ein effektiver Jahreszins von 11,99% p.a. zu einem festen Sollzinssatz von 11,33% p.a. Repräsentatives Beispiel gem. § 17 (4) PAngV: Nettodarlehensbetrag 1.000 €, Gesamtbetrag 1.067,79 €, 12 monatliche Raten à 88,98 €, fester Sollzinssatz 12,22% p.a., eff. Jahreszins 12,99% p.a. Der Kreditgeber ist PayPal (Europe) S.à r.l. et Cie, S.C.A., 22-24 Boulevard Royal, L-2449 Luxembourg.",
"zeroAPR": "Vorbehaltlich Kreditwürdigkeitsprüfung und nur für Transaktionen in Euro. Ab einem Bestellwert von {formattedMinAmount} bis {formattedMaxAmount} mit einem eff. Jahreszins von {formattedAPR}% p.a. und einem festen Sollzinssatz von {formattedNominalRatePrecision2}% p.a. für Darlehensverträge, die im Angebotszeitraum abgeschlossen werden. Laufzeit 3, 6, 12 oder 24 Monate. Der Kreditgeber ist PayPal (Europe) S.à r.l. et Cie, S.C.A., 22-24 Boulevard Royal, L-2449 Luxembourg. Als Verbraucher steht Ihnen gemäß § 514 BGB bei unentgeltlichen Darlehensverträgen ab einem Finanzierungsbetrag von 200 € ein Widerrufsrecht zu. Anspruchsberechtigte Kunden müssen PayPal ein SEPA Lastschriftmandat erteilen sowie über ein deutsches PayPal Privat-Konto mit bestätigtem Bankkonto als Zahlungsquelle verfügen. Abhängig von der Verfügbarkeit. Laufzeiten können in bestimmten Anwendungsfällen abweichen."
},
"navLinkPrefix": "Für andere Später Bezahlen Optionen wählen Sie",
Expand Down
45 changes: 45 additions & 0 deletions content/modals/DE/long_term_en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"meta": {
"product": "PAY_LATER_LONG_TERM",
"offerCountry": "DE",
"language": "en-DE",
"useV4Design": "false",
"variables": {
"transaction_amount": "${eval(transaction_amount ? transaction_amount : '-')}",
"qualifying_offer": "${eval(CREDIT_OFFERS_DS.qualifying_offer ? CREDIT_OFFERS_DS.qualifying_offer : 'false')}",
"financing_code": "${CREDIT_OFFERS_DS.financing_code}",
"formattedPeriodicPayment": "${CREDIT_OFFERS_DS.formattedPeriodicPayment}",
"total_payments": "${CREDIT_OFFERS_DS.total_payments}",
"formattedMinAmount": "${CREDIT_OFFERS_DS.formattedMinAmount}",
"formattedMaxAmount": "${CREDIT_OFFERS_DS.formattedMaxAmount}",
"formattedTotalCost": "${CREDIT_OFFERS_DS.formattedTotalCost}",
"minAmount": "${CREDIT_OFFERS_DS.minAmount}",
"maxAmount": "${CREDIT_OFFERS_DS.maxAmount}",
"apr": "${CREDIT_OFFERS_DS.apr}",
"nominal_rate": "${CREDIT_OFFERS_DS.nominal_rate}",
"formattedNominalRatePrecision2": "${CREDIT_OFFERS_DS.formattedNominalRatePrecision2}"
}
},
"content": {
"headline": "Pay later in monthly installments",
"subheadline": "Buy today, with no down payment.",
"calculator": {
"title": "How much is your purchase?",
"inputLabel": "Value of goods",
"inputPlaceholder": "{formattedMinAmount} - {formattedMaxAmount}",
"inputCurrencySymbol": "",
"genericError": "Something went wrong. Please try later."
},
"instructions": [
"Choose PayPal at checkout to pay later with<strong> PayPal Ratenzahlung</strong>.",
"Complete your purchase in a few easy steps.",
"That’s it! Pay early if you like, with no extra cost."
],
"disclosure": {
"nonZeroAPR": "Subject to credit approval. Terms of 3, 6, 12, or 24 months. Starting from {formattedMinAmount} up to {formattedMaxAmount} order value. For terms of 3, 6, and 12 months, an annual percentage rate (APR) of 12.99% applies, with a fixed nominal interest rate of 12.19% p.a. for 3 months, 12.21% p.a. for 6 months, and 12.22% p.a. for 12 months. For the 24-month term, an APR of 11.99% applies, with a fixed nominal interest rate of 11.33% p.a. Representative example according to § 17 (4) PAngV: Net loan amount €1,000, total amount €1,067.79, 12 monthly installments of €88.98 each, fixed nominal interest rate 12.22% p.a., effective APR 12.99% p.a. The lender is PayPal (Europe) S.à r.l. et Cie, S.C.A., 22-24 Boulevard Royal, L-2449 Luxembourg.",
"zeroAPR": "Subject to credit approval and only for transactions in Euro. From an order value of {formattedMinAmount} up to {formattedMaxAmount} with an effective annual percentage rate (APR) of {formattedAPR}% p.a. and a fixed nominal interest rate of {formattedNominalRatePrecision2}% p.a. for loan agreements concluded during the promotional period. Terms of 3, 6, 12, or 24 months. The lender is PayPal (Europe) S.à r.l. et Cie, S.C.A., 22-24 Boulevard Royal, L-2449 Luxembourg. As a consumer, you have a right of withdrawal according to § 514 BGB for gratuitous loan agreements from a financing amount of €200. Eligible customers must grant PayPal a SEPA direct debit mandate and have a German PayPal personal account with a confirmed bank account as a payment source. Subject to availability. Terms may vary in certain use cases."
},
"navLinkPrefix": "For other Pay later options,",
"linkToProductList": "select Pay after 30 days."
}
}
1 change: 1 addition & 0 deletions content/modals/DE/pay_in_1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"meta": {
"offerCountry": "DE",
"useV4Design": "false",
"periodicPayment": "{formattedPeriodicPayment}",
"product": "PAY_LATER_PAY_IN_1",
"minAmount": "{minAmount}",
Expand Down
39 changes: 39 additions & 0 deletions content/modals/DE/pay_in_1_en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"meta": {
"offerCountry": "DE",
"language": "en-DE",
"useV4Design": "false",
"periodicPayment": "{formattedPeriodicPayment}",
"product": "PAY_LATER_PAY_IN_1",
"minAmount": "{minAmount}",
"maxAmount": "{maxAmount}",
"qualifying": "{qualifying_offer}",
"amount": "{transaction_amount}",
"variables": {
"transaction_amount": "${eval(transaction_amount ? transaction_amount : '-')}",
"qualifying_offer": "${eval(CREDIT_OFFERS_DS.qualifying_offer ? CREDIT_OFFERS_DS.qualifying_offer : 'false')}",
"financing_code": "${CREDIT_OFFERS_DS.financing_code}",
"formattedPeriodicPayment": "${CREDIT_OFFERS_DS.formattedPeriodicPayment}",
"total_payments": "${CREDIT_OFFERS_DS.total_payments}",
"formattedMinAmount": "${CREDIT_OFFERS_DS.formattedMinAmount}",
"formattedMaxAmount": "${CREDIT_OFFERS_DS.formattedMaxAmount}",
"formattedTotalCost": "${CREDIT_OFFERS_DS.formattedTotalCost}",
"minAmount": "${CREDIT_OFFERS_DS.minAmount}",
"maxAmount": "${CREDIT_OFFERS_DS.maxAmount}"
}
},
"content": {
"headline": "Buy what you love now. Pay in 30 Days.",
"subheadline": "Available for purchases of <span>{formattedMinAmount} - {formattedMaxAmount}.</span>",
"instructions": [
"Choose PayPal at checkout to use <strong> Pay in 30 Days.</strong>",
"Complete your purchase in a few quick steps.",
"Need more than 30 days? Postpone once for a fee."
],
"disclosure": [
"Available for purchases of {formattedMinAmount} - {formattedMaxAmount}. Subject to a credit check. Eligible customers must grant PayPal a SEPA direct debit mandate and have a German PayPal private account with a bank account as a funding instrument."
],
"navLinkPrefix": "For monthly Pay Later Options,",
"linkToProductList": "see PayPal Ratenzahlung."
}
}
48 changes: 48 additions & 0 deletions content/offers/DE/long_term_en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"meta": {
"product": "PAY_LATER_LONG_TERM",
"offerCountry": "DE",
"formattedPeriodicPayment": "{formattedPeriodicPayment}",
"minAmount": "{minAmount}",
"maxAmount": "{maxAmount}",
"qualifying": "{qualifying_offer}",
"amount": "{transaction_amount}",
"formattedMinAmount": "{formattedMinAmount}",
"formattedMaxAmount": "{formattedMaxAmount}",
"apr": "{apr}",
"total_payments": "{total_payments}",
"formattedTotalCost": "{formattedTotalCost}",
"formattedTotalInterest": "{formattedTotalInterest}",
"variables": {
"transaction_amount": "${eval(transaction_amount ? transaction_amount : '-')}",
"qualifying_offer": "${eval(CREDIT_OFFERS_DS.qualifying_offer ? CREDIT_OFFERS_DS.qualifying_offer : 'false')}",
"financing_code": "${CREDIT_OFFERS_DS.financing_code}",
"formattedPeriodicPayment": "${CREDIT_OFFERS_DS.formattedPeriodicPayment}",
"total_payments": "${CREDIT_OFFERS_DS.total_payments}",
"formattedMinAmount": "${CREDIT_OFFERS_DS.formattedMinAmount}",
"formattedMaxAmount": "${CREDIT_OFFERS_DS.formattedMaxAmount}",
"formattedTotalCost": "${CREDIT_OFFERS_DS.formattedTotalCost}",
"minAmount": "${CREDIT_OFFERS_DS.minAmount}",
"maxAmount": "${CREDIT_OFFERS_DS.maxAmount}",
"apr": "${CREDIT_OFFERS_DS.apr}",
"nominal_rate": "${CREDIT_OFFERS_DS.nominal_rate}"
}
},
"content": {
"calculator": {
"belowThreshold": "Enter an amount of {formattedMinAmount} or more.",
"aboveThreshold": "Enter an amount no larger than {formattedMaxAmount}"
},
"disclaimer": {
"nonZeroAPR": "Eff. Annual interest rate 9,99% p.a., <br/> fixed borrowing rate {nominal_rate}% p.a.",
"zeroAPR": "Eff. Annual interest rate 0,00% p.a., <br/> fixed borrowing rate 0,00% p.a."
},
"termsLabel": {
"offerPayment": "{formattedPeriodicPayment} / month",
"offerNumInstallments": "{total_payments} installments",
"eMoney": "Transaction amount e-money service",
"totalInterest": "Interest amount",
"total": "Total amount"
}
}
}
6 changes: 4 additions & 2 deletions src/components/modal/v2/lib/hooks/calculator.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ export default function useCalculator({ autoSubmit = false } = {}) {
contextualComponents,
devTouchpoint,
disableSetCookie,
features
features,
language
} = useXProps();

const [state, dispatch] = useReducer(reducer, {
Expand Down Expand Up @@ -99,7 +100,8 @@ export default function useCalculator({ autoSubmit = false } = {}) {
devTouchpoint,
deviceID: getOrCreateDeviceID(),
disableSetCookie,
features
features,
language
})
.then(data => {
setServerData(data);
Expand Down
4 changes: 3 additions & 1 deletion src/components/modal/v2/parts/BodyContent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ const BodyContent = () => {
openProductList={openProductList}
/>
),
[VIEW_IDS.PAY_LATER_PAY_IN_1]: <PayIn1 content={content} openProductList={openProductList} />,
[VIEW_IDS.PAY_LATER_PAY_IN_1]: (
<PayIn1 productMeta={productMeta} content={content} openProductList={openProductList} />
),
[VIEW_IDS.PAY_LATER_SHORT_TERM]: (
<ShortTerm
content={content}
Expand Down
3 changes: 2 additions & 1 deletion src/components/modal/v2/parts/views/PayIn1/Content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { useServerData } from '../../../lib/providers';
import { currencyFormat } from '../../../lib/hooks/currency'; // Remove .00 cents from formated min and max

export const PayIn1 = ({
productMeta: { useV4Design },
content: { instructions, linkToProductList, disclosure, navLinkPrefix },
openProductList
}) => {
Expand All @@ -33,7 +34,7 @@ export const PayIn1 = ({
<style>{styles._getCss()}</style>
<div className="content__row dynamic">
<div className="content__col">
<Instructions instructions={instructions} />
<Instructions instructions={instructions} useV4Design={useV4Design} />
</div>
<div className="content__col">
<div className="branded-image">
Expand Down
42 changes: 42 additions & 0 deletions tests/functional/v2/config/DE/DEV_DE_LONG_TERM_EN.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
export const DEV_DE_LONG_TERM_EN = {
testFileName: 'longTerm',
country: 'DE',
description: 'DE merchant eligible for long term only',
minAmount: 99,
maxAmount: 5000,
amounts: [
{
value: '0.00',
message: 'Non-qualifying DE Long Term Installments',
expectedValue: 'Jetzt kaufen, später bezahlen.',
modalContent: {
offerHeadline: null,
offerFieldValues: null,
belowMinAmountErr: 'Enter an amount of 99€ or more.',
aprDisclaimer: 'Eff. Annual interest rate 9,99% p.a.'
}
},
{
value: '99.00',
message: 'Qualifying DE Long Term Installments',
expectedValue: 'Bezahlen Sie in 3-24 monatlichen Raten.',
modalContent: {
offerHeadline: '33,82€ / month',
updatedOfferHeadline: '170,83€ / month',
offerFieldValues: ['33,82€', '2,47€', '101,47€'],
aprDisclaimer: 'Eff. Annual interest rate 9,99% p.a.'
}
},
{
value: '5000.01',
message: 'Non-qualifying DE Long Term Installments',
expectedValue: 'Bezahlen Sie in 3-24 monatlichen Raten bei Einkäufen i.H.v. 99€-5.000€.',
modalContent: {
offerHeadline: null,
offerFieldValues: null,
aboveMaxAmountErr: 'Enter an amount no larger than 5.000€',
aprDisclaimer: 'Eff. Annual interest rate 9,99% p.a.'
}
}
]
};
42 changes: 42 additions & 0 deletions tests/functional/v2/config/DE/DEV_DE_LONG_TERM_EN_0APR.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
export const DEV_DE_LONG_TERM_EN_0APR = {
testFileName: 'longTerm',
country: 'DE',
description: 'DE merchant eligible for long term only at 0% APR',
minAmount: 99,
maxAmount: 5000,
amounts: [
{
value: '0.00',
message: 'Non-qualifying DE Long Term Installments',
expectedValue: 'Jetzt kaufen, später bezahlen.',
modalContent: {
offerHeadline: null,
offerFieldValues: null,
belowMinAmountErr: 'Enter an amount of 99€ or more.',
aprDisclaimer: 'Eff. Annual interest rate 0,00% p.a.'
}
},
{
value: '99.00',
message: 'Qualifying DE Long Term Installments',
expectedValue: 'Bezahlen Sie in 3-24 monatlichen Raten.',
modalContent: {
offerHeadline: '33,00€ / month',
updatedOfferHeadline: '166,67€ / month',
offerFieldValues: ['33,00€', '0,00€', '99,00€'],
aprDisclaimer: 'Eff. Annual interest rate 0,00% p.a.'
}
},
{
value: '5000.01',
message: 'Non-qualifying DE Long Term Installments',
expectedValue: 'Bezahlen Sie in 3-24 monatlichen Raten bei Einkäufen i.H.v. 99€-5.000€.',
modalContent: {
offerHeadline: null,
offerFieldValues: null,
aboveMaxAmountErr: 'Enter an amount no larger than 5.000€',
aprDisclaimer: 'Eff. Annual interest rate 0,00% p.a.'
}
}
]
};
33 changes: 33 additions & 0 deletions tests/functional/v2/config/DE/DEV_DE_PAY_IN_1_EN.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
export const DEV_DE_PAY_IN_1_EN = {
testFileName: 'payIn1',
country: 'DE',
description: 'DE merchant eligible for pay in 1',
minAmount: 1,
maxAmount: 1000,
amounts: [
{
value: '0.01',
message: 'Non-qualifying Pay in 1',
expectedValue: 'Bezahlen Sie bei Einkäufen von 1€ bis 1.000€ erst nach 30 Tagen',
modalContent: {
subheadline: 'Available for purchases of 1€ - 1.000€.'
}
},
{
value: '1.00',
message: 'Qualifying Pay in 1',
expectedValue: 'Bezahlen Sie nach 30 Tagen',
modalContent: {
subheadline: 'Available for purchases of 1€ - 1.000€.'
}
},
{
value: '1000.01',
message: 'Non-qualifying Pay in 1',
expectedValue: 'Bezahlen Sie bei Einkäufen von 1€ bis 1.000€ erst nach 30 Tagen',
modalContent: {
subheadline: 'Available for purchases of 1€ - 1.000€.'
}
}
]
};
3 changes: 3 additions & 0 deletions tests/functional/v2/config/DE/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export { DEV_DE_PAY_IN_1 } from './DEV_DE_PAY_IN_1';
export { DEV_DE_PAY_IN_1_EN } from './DEV_DE_PAY_IN_1_EN';
export { DEV_DE_LONG_TERM } from './DEV_DE_LONG_TERM';
export { DEV_DE_LONG_TERM_EN } from './DEV_DE_LONG_TERM_EN';
export { DEV_DE_MULTI } from './DEV_DE_MULTI';
export { DEV_DE_LONG_TERM_0APR } from './DEV_DE_LONG_TERM_0APR';
export { DEV_DE_LONG_TERM_EN_0APR } from './DEV_DE_LONG_TERM_EN_0APR';
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c428184

Please sign in to comment.