From 3cc931d8d9573037fb5a7eee04dd42b1cfd98de1 Mon Sep 17 00:00:00 2001 From: zubair-arbi Date: Thu, 9 Apr 2015 14:56:49 +0500 Subject: [PATCH] update invalid documentation link in '_payment_page_response' method docstring ECOM-653 --- lms/djangoapps/shoppingcart/tests/payment_fake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/shoppingcart/tests/payment_fake.py b/lms/djangoapps/shoppingcart/tests/payment_fake.py index d8d29f0ffa..222900fea5 100644 --- a/lms/djangoapps/shoppingcart/tests/payment_fake.py +++ b/lms/djangoapps/shoppingcart/tests/payment_fake.py @@ -203,7 +203,7 @@ class PaymentFakeView(View): that triggers a POST request to `callback_url`. The POST params are described in the CyberSource documentation: - http://apps.cybersource.com/library/documentation/dev_guides/HOP_UG/html/wwhelp/wwhimpl/js/html/wwhelp.htm + http://apps.cybersource.com/library/documentation/dev_guides/Secure_Acceptance_WM/Secure_Acceptance_WM.pdf To figure out the POST params to send to the callback, we either: