|
@@ -230,7 +230,7 @@ class CloudVodView(View):
|
|
|
format(SERVER_DOMAIN=SERVER_DOMAIN, orderID=orderID)
|
|
|
# call_sub_url = "http://192.168.136.40:8077/cloudVod/payExecute?orderID={orderID}".format(
|
|
|
# SERVER_DOMAIN=SERVER_DOMAIN, orderID=orderID)
|
|
|
- call_clc_url = "{SERVER_DOMAIN}cloudVod/payError"
|
|
|
+ call_clc_url = "{SERVER_DOMAIN}cloudVod/payError".format(SERVER_DOMAIN=SERVER_DOMAIN)
|
|
|
# call_clc_url = "{SERVER_DOMAIN}cloudVod/cancleorder?orderID={orderID}". \
|
|
|
# format(SERVER_DOMAIN=SERVER_DOMAIN, orderID=orderID)
|
|
|
paypalrestsdk.configure({
|