Skip to content

Commit

Permalink
update min amount
Browse files Browse the repository at this point in the history
  • Loading branch information
surekhaw committed Oct 10, 2024
1 parent 65f8ae2 commit 37176d3
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion content/messages/US/ppc_ni_nq.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"headline": [
["Buy now. Pay over time.", ["default", "xsmall", "small"]],
[
["No Interest if paid in full in 6 months", ["on purchases of $99+.", "weak"]],
["No Interest if paid in full in 6 months", ["on purchases of {formattedMinAmount}+.", "weak"]],
["medium", "large", "xlarge"]
]
],
Expand Down
2 changes: 1 addition & 1 deletion content/messages/US/ppc_ni_nq_xb.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"headline": [
["Buy now. Pay over time.", ["default", "xsmall", "small"]],
[
["No Interest if paid in full in 6 months", ["on purchases of $99+", "weak"]],
["No Interest if paid in full in 6 months", ["on purchases of {formattedMinAmount}+", "weak"]],
["medium", "large", "xlarge"]
]
],
Expand Down
2 changes: 1 addition & 1 deletion content/messages/US/ppc_ni_q.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"headline": [
["Buy now. Pay over time.", ["default", "xsmall", "small"]],
[
["No Interest if paid in full in 6 months", ["on purchases of $99+.", "weak"]],
["No Interest if paid in full in 6 months", ["on purchases of {formattedMinAmount}+.", "weak"]],
["medium", "large", "xlarge"]
]
],
Expand Down
2 changes: 1 addition & 1 deletion content/messages/US/ppc_ni_q_xb.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"headline": [
["Buy now. Pay over time.", ["default", "xsmall", "small"]],
[
["No Interest if paid in full in 6 months", ["on purchases of $99+", "weak"]],
["No Interest if paid in full in 6 months", ["on purchases of {formattedMinAmount}+", "weak"]],
["medium", "large", "xlarge"]
]
],
Expand Down
6 changes: 3 additions & 3 deletions content/modals/US/legacy_ppc_ni.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"title": "Buy now and pay over time with PayPal Credit",
"subtitle": "Subject to credit approval.",
"terms": {
"title": "No Interest if paid in full in 6 months on purchases of $99 or more",
"title": "No Interest if paid in full in 6 months on purchases of $149 or more",
"items": [
"Interest will be charged to your account from the purchase date if the balance is not paid in full within 6 months.",
"A minimum monthly payment is required and may or may not pay off the promotional purchase by the end of the 6 month period.",
"No interest will be charged on the purchase if you pay it off in full within 6 months. If you do not, interest will be charged on the purchase from the purchase date at the Purchase APR applicable to your account.",
"For New Accounts: Variable Purchase APR is {aprEntry.apr}%. The APR is accurate as of {aprEntry.formattedDate} and will vary with the market based on the Prime Rate (as defined in your credit card agreement). Minimum interest charge is $2.00.",
"Individual items that are less than $99 qualify for special financing when combined for a total of $99 or more in a single transaction.",
"Multiple separate transactions of less than $99 per transaction cannot be combined to meet the minimum purchase amount."
"Individual items that are less than $149 qualify for special financing when combined for a total of $149 or more in a single transaction.",
"Multiple separate transactions of less than $149 per transaction cannot be combined to meet the minimum purchase amount."
]
},
"instructions": {
Expand Down
6 changes: 3 additions & 3 deletions content/modals/US/v2_ppc_ni.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"instructions": [
"Apply now and get a decision in seconds.",
"Check out with PayPal and choose <strong>PayPal Credit</strong>.",
"No Interest if paid in full in 6 months on purchases of $99+"
"No Interest if paid in full in 6 months on purchases of {formattedMinAmount}+"
],
"terms": [
"Interest will be charged to your account from the purchase date if the balance is not paid in full within 6 months.",
"A minimum monthly payment is required and may or may not pay off the promotional purchase by the end of the 6 month period.",
"No interest will be charged on the purchase if you pay it off in full within 6 months. If you do not, interest will be charged on the purchase from the purchase date at the Purchase APR applicable to your account.",
"For New Accounts: Variable Purchase APR is {aprEntry.apr}%. The APR is accurate as of {aprEntry.formattedDate} and will vary with the market based on the Prime Rate (as defined in your credit card agreement). Minimum interest charge is $2.00.",
"Individual items that are less than $99 qualify for special financing when combined for a total of $99 or more in a single transaction.",
"Multiple separate transactions of less than $99 per transaction cannot be combined to meet the minimum purchase amount."
"Individual items that are less than {formattedMinAmount} qualify for special financing when combined for a total of {formattedMinAmount} or more in a single transaction.",
"Multiple separate transactions of less than {formattedMinAmount} per transaction cannot be combined to meet the minimum purchase amount."
],
"buttonText": "Apply Now",
"disclaimer": "Subject to credit approval",
Expand Down
2 changes: 1 addition & 1 deletion content/modals/US/v2_product_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"credit": [
{
"header": "PayPal Credit",
"body": "No Interest if paid in full in 6 months for purchases of $99+.",
"body": "No Interest if paid in full in 6 months for purchases of $149+.",
"viewName": "PAYPAL_CREDIT_NO_INTEREST"
}
]
Expand Down
6 changes: 3 additions & 3 deletions utils/devServerProxy/config/US/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default {
totalPayments: 6,
apr: 0,
nominalRate: 0,
minAmount: 99,
minAmount: 149,
maxAmount: 9999.99
}
],
Expand Down Expand Up @@ -259,7 +259,7 @@ export default {
product: OFFER.PAYPAL_CREDIT_NO_INTEREST
},
{
amount: 99,
amount: 149,
template: 'ppc_ni_q.json',
product: OFFER.PAYPAL_CREDIT_NO_INTEREST
}
Expand All @@ -270,7 +270,7 @@ export default {
totalPayments: 6,
apr: 0,
nominalRate: 0,
minAmount: 99,
minAmount: 149,
maxAmount: 9999.99
}
]
Expand Down

0 comments on commit 37176d3

Please sign in to comment.