Skip to content

Commit 8ec3c0e

Browse files
committed
[FIX] payment_todopago: todopago has change the uris
1 parent 0712dca commit 8ec3c0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

payment_todopago/todopago/test/GetAuthorizeAnswerData.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def get_authorize_answer_ok_response(self):
1414
return {
1515
"RequestKey": "20c8abb6-343f-eb40-d524-84b464be0c27",
1616
"PublicRequestKey": "t48ae3e60-5cb0-9fb1-7608-4cff0c83f24b",
17-
"URL_Request": "https://developers.todopago.com.ar/formulario/commands?command=formulario&m=t48ae3e60-5cb0-9fb1-7608-4cff0c83f24b",
17+
"URL_Request": "https://apis.developers.todopago.com.ar/formulario/commands?command=formulario&m=t48ae3e60-5cb0-9fb1-7608-4cff0c83f24b",
1818
"StatusMessage": "Solicitud de Autorizacion Registrada",
1919
"StatusCode": -1
2020
}

payment_todopago/todopago/test/SendAuthorizeRequestData.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def send_authorize_request_ok_response(self):
8787
return {
8888
"RequestKey": "20c8abb6-343f-eb40-d524-84b464be0c27",
8989
"PublicRequestKey": "t48ae3e60-5cb0-9fb1-7608-4cff0c83f24b",
90-
"URL_Request": "https://developers.todopago.com.ar/formulario/commands?command=formulario&m=t48ae3e60-5cb0-9fb1-7608-4cff0c83f24b",
90+
"URL_Request": "https://apis.developers.todopago.com.ar/formulario/commands?command=formulario&m=t48ae3e60-5cb0-9fb1-7608-4cff0c83f24b",
9191
"StatusMessage": "Solicitud de Autorizacion Registrada",
9292
"StatusCode": -1
9393
}

payment_todopago/todopago/todopagoconnector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def newFunc(*args, **kwargs):
3737
tenant = 't/1.1/'
3838
soapAthorizeAppend = 'Authorize'
3939
end_points_base = {
40-
"test": "https://developers.todopago.com.ar/",
40+
"test": "https://apis.developers.todopago.com.ar/",
4141
"prod": "https://apis.todopago.com.ar/"
4242
}
4343

0 commit comments

Comments
 (0)