From 4fd81a4504c54c3621e91f9ba809d175f6aa7f10 Mon Sep 17 00:00:00 2001 From: Danyal-Faheem Date: Mon, 22 Jan 2024 16:17:40 +0500 Subject: [PATCH] fix: make requested changes --- ...40122_160838_danyal.faheem_add_configuration_step_in_docs.md | 1 + tutorecommerce/plugin.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/20240122_160838_danyal.faheem_add_configuration_step_in_docs.md diff --git a/changelog.d/20240122_160838_danyal.faheem_add_configuration_step_in_docs.md b/changelog.d/20240122_160838_danyal.faheem_add_configuration_step_in_docs.md new file mode 100644 index 00000000..b46b7fa7 --- /dev/null +++ b/changelog.d/20240122_160838_danyal.faheem_add_configuration_step_in_docs.md @@ -0,0 +1 @@ +[Improvement] Added flex_run_environment setting variable for cybersource payment. Updated docs for it as well. (by @Danyal-Faheem) \ No newline at end of file diff --git a/tutorecommerce/plugin.py b/tutorecommerce/plugin.py index e853d783..1fe6d2b2 100644 --- a/tutorecommerce/plugin.py +++ b/tutorecommerce/plugin.py @@ -45,7 +45,7 @@ "merchant_id": "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", + "flex_run_environment": "cybersource.environment.sandbox", }, "paypal": { "mode": "sandbox",