From a84df90ac330d57a8d6d8976e24c92d57f005bc6 Mon Sep 17 00:00:00 2001 From: Jenni Nurmi Date: Mon, 12 Aug 2019 16:47:06 +0300 Subject: [PATCH] Add code comment about mcc --- src/forms/PayoutDetailsForm/PayoutDetailsBusinessProfile.js | 4 ++++ 1 file changed, 4 insertions(+) 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 ? (