diff --git a/README.rst b/README.rst index a6dc81fc..af52bfa3 100644 --- a/README.rst +++ b/README.rst @@ -59,6 +59,7 @@ You will need to modify the ``ECOMMERCE_PAYMENT_PROCESSORS`` parameter to config flex_shared_secret_key: SET-ME-PLEASE soap_api_url: https://ics2wstest.ic3.com/commerce/1.x/transactionProcessor/CyberSourceTransaction_1.140.wsdl transaction_key: SET-ME-PLEASE + flex-run-environment: cybersource.environment.sandbox paypal: cancel_checkout_path: /checkout/cancel-checkout/ client_id: SET-ME-PLEASE @@ -81,6 +82,8 @@ To enable the `Cybersource `__ payment processor, two k The ``merchant_id`` setting corresponds to your Merchant ID. +If you are running in production, you need to change the ``flex-run-environment`` value in the configuration file as well. You should change the ``flex-run-environment`` value to ``cybersource.environment.production`` + Operations ----------