mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-25 22:37:18 +10:00
Add code comment about mcc
This commit is contained in:
parent
e94c9d9409
commit
a84df90ac3
1 changed files with 4 additions and 0 deletions
|
|
@ -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 ? (
|
||||
<React.Fragment>
|
||||
{showMCCForUSField ? (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue