Skip to content

Commit 06374fe

Browse files
author
dpzz
committed
api3 path fixed
1 parent 303b83b commit 06374fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liqpay/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def test_api(self):
1414

1515
def test_gen_form(self):
1616
expected_form_out = (
17-
u'<form method="post" action="https://www.liqpay.com/3/api/checkout/" accept-charset="utf-8">\n'
17+
u'<form method="post" action="https://www.liqpay.com/api/3/checkout/" accept-charset="utf-8">\n'
1818
u'\t<input type="hidden" name="data" value="eyJwdWJsaWNfa2V5IjogIiIsICJkZXNjcmlwdGlvbiI6ICJcdTA0NDJcdTA0MzVcdTA0NDFcdTA0NDIiLCAibGFuZ3VhZ2UiOiAicnUiLCAic2FuZGJveCI6IDAsICJjdXJyZW5jeSI6ICJVQUgiLCAiYW1vdW50IjogIjM5NDAiLCAidGVzdCI6ICJjY2NjIn0="/>\n'
1919
u'\t<input type="hidden" name="signature" value="Zdm/xbS30v9ZTNXrLXeW9QFVxHQ="/>\n'
2020
u' <input type="image" src="//static.liqpay.com/buttons/p1ru.radius.png" name="btn_text" />\n'

0 commit comments

Comments
 (0)