@financial-times/n-conversion-forms 30.1.0 → 30.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -51,11 +51,13 @@ export function AcceptTermsSubscription({
|
|
|
51
51
|
<li>
|
|
52
52
|
<span className="terms-transition terms-transition--immediate">
|
|
53
53
|
By placing your order subject to the Terms & Conditions (save for
|
|
54
|
-
section 2) referred to below, you
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
the
|
|
54
|
+
section 2) referred to below, you agree that we may start your
|
|
55
|
+
7-day pass immediately upon our acceptance of your order and that
|
|
56
|
+
you are waiving your statutory right to cancel our contract within
|
|
57
|
+
14 days of confirmation. Your payment is a one-time payment
|
|
58
|
+
collected at the time of checkout, and cancelling at any point
|
|
59
|
+
(whether before or after the 14-day period) will not entitle you
|
|
60
|
+
to a refund.
|
|
59
61
|
</span>
|
|
60
62
|
</li>
|
|
61
63
|
<li>
|
|
@@ -58,7 +58,7 @@ function AcceptTermsSubscription(_ref) {
|
|
|
58
58
|
className: "terms-transition terms-transition--immediate"
|
|
59
59
|
}, "I give consent for my chosen payment method to be charged automatically.")), /*#__PURE__*/_react["default"].createElement("li", null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
60
60
|
className: "terms-transition terms-transition--immediate"
|
|
61
|
-
}, "By placing your order subject to the Terms & Conditions (save for section 2) referred to below, you are waiving your statutory right to cancel our contract within 14 days of
|
|
61
|
+
}, "By placing your order subject to the Terms & Conditions (save for section 2) referred to below, you agree that we may start your 7-day pass immediately upon our acceptance of your order and that you are waiving your statutory right to cancel our contract within 14 days of confirmation. Your payment is a one-time payment collected at the time of checkout, and cancelling at any point (whether before or after the 14-day period) will not entitle you to a refund.")), /*#__PURE__*/_react["default"].createElement("li", null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
62
62
|
className: "terms-transition"
|
|
63
63
|
}, "Please see here for the complete", ' ', /*#__PURE__*/_react["default"].createElement("a", {
|
|
64
64
|
className: "ncf__link--external",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/n-conversion-forms",
|
|
3
|
-
"version": "30.1.
|
|
3
|
+
"version": "30.1.1",
|
|
4
4
|
"description": "Containing jsx components and styles for forms included on Accounts and Acqusition apps (next-signup, next-profile, next-retention, etc).",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|