From 9b0b1ffea518e43ebffafc13bbda262f002504c8 Mon Sep 17 00:00:00 2001 From: Danyal-Faheem Date: Fri, 29 Dec 2023 15:33:35 +0500 Subject: [PATCH] docs: add flex-run-enviornment configuration value change for cybersource --- README.rst | 3 +++ 1 file changed, 3 insertions(+) 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 ----------