diff --git a/src/forms/PayoutDetailsForm/PayoutDetailsBusinessProfile.js b/src/forms/PayoutDetailsForm/PayoutDetailsBusinessProfile.js index a16d08a6..08dae1fb 100644 --- a/src/forms/PayoutDetailsForm/PayoutDetailsBusinessProfile.js +++ b/src/forms/PayoutDetailsForm/PayoutDetailsBusinessProfile.js @@ -28,6 +28,10 @@ const PayoutDetailsBusinessProfile = props => { intl.formatMessage({ id: 'PayoutDetailsForm.businessURLRequired' }) ); + // By default, all merchant category codes (MCC) are listed in the select field. You can edit the + // merchantCategoryCodesUS.js and remove the codes that are not relevant to your marketplace or use a hard-coded + // value if there is only one code you want to use. + return isBusinessProfileNeeded ? ( {showMCCForUSField ? (