From 1a171a733d175b2858b46fae4aefdd68e8af80fc Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 10 Apr 2020 11:11:43 +0200 Subject: [PATCH] tests: clear warning about paybox callback parameter --- tests/test_paybox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_paybox.py b/tests/test_paybox.py index b504e04..2571f04 100644 --- a/tests/test_paybox.py +++ b/tests/test_paybox.py @@ -38,7 +38,7 @@ BACKEND_PARAMS = { u'ABCDEF0123456789ABCDEF0123456789ABCDE' u'F0123456789ABCDEF' ), - 'callback': u'http://example.com/callback', + 'automatic_return_url': u'http://example.com/callback', }