@financial-times/n-conversion-forms 20.4.2 → 20.5.0
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.
- package/package.json +1 -1
- package/utils/zuora.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/n-conversion-forms",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.5.0",
|
|
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": {
|
package/utils/zuora.js
CHANGED
|
@@ -162,7 +162,7 @@ class Zuora {
|
|
|
162
162
|
setAgreement () {
|
|
163
163
|
const mitConsentAgreementSrc = 'External';
|
|
164
164
|
const mitProfileType = 'Recurring';
|
|
165
|
-
const agreementSupportedBrands = 'Visa,Mastercard';
|
|
165
|
+
const agreementSupportedBrands = 'Visa,Mastercard,AmericanExpress';
|
|
166
166
|
const mitConsentAgreementRef = 'createStoredCredentialProfile';
|
|
167
167
|
|
|
168
168
|
return this.Z.setAgreement(
|