[FIX] payment_authorize: adapt test for rev. 3375ff2827

Besides, the test was particularly useful:
It tested that when 'Buyer' was sent as firstname
and 'Nobert' as lastname to Authorize,
authorize returned the opposite, 'Norbert' as firstname
and 'Buyer' as last name.
This commit is contained in:
Denis Ledoux 2015-07-02 18:00:01 +02:00
parent 3375ff2827
commit 25d365ee69
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ class AuthorizeForm(AuthorizeCommon):
'return_url': None,
'x_currency_code': 'USD',
'x_invoice_num': 'SO004',
'x_first_name': 'Buyer',
'x_last_name': 'Norbert',
'x_first_name': 'Norbert',
'x_last_name': 'Buyer',
'x_address': 'Huge Street 2/543',
'x_city': 'Sin City',
'x_zip': '1000',