Skip to content

Commit

Permalink
Enabling Digital Payments
Browse files Browse the repository at this point in the history
  • Loading branch information
suprishi committed Jan 17, 2025
1 parent 5b8e16c commit a386f01
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .env-cmdrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,15 @@
},
"b2c": {
"CX_B2B": "false",
"CX_CDS": "false"
"CX_CDS": "false",
"CX_DIGITAL_PAYMENTS": "true",
"CX_MY_ACCOUNT_V2": "true",
"CX_CDC": "true",
"CX_PDF_INVOICES": "true",
"CX_OPPS": "true",
"CX_CDP": "true",
"CX_ESTIMATED_DELIVERY_DATE": "true",
"CX_OMF": "true"
},
"b2b": {
"CX_B2B": "true"
Expand Down

0 comments on commit a386f01

Please sign in to comment.