Closed (fixed)
Project:
SOFORT Banking for Ubercart
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2011 at 10:22 UTC
Updated:
3 Sep 2013 at 11:44 UTC
Now when I check the Payment Order i only see:
Payment of 7.95 EUR submitted through Payment Network.
Wouldn't it be nice to show more information in the Admin comments:
-SENDER_BANK_CODE- Sender sort code
-SENDER_BANK_NAME- Sender bank name
-SENDER_BANK_NAME_URLENCODE- Sender bank name (URL-encoded)
-SENDER_BANK_BIC- Sender BIC
I will try to create this now, and will add code here later, (if i succeed)
Also i noticed in the /admin/store/orders/9399 i see no logo, but i get the html:
Balance: $0.00 (View)
Method:
Ok i will report back!
Comments
Comment #1
janton commentedok i see in watchdog i already get information:
*i changed the output so my prived information is not shown
Received notification with POST data: Array ( [transaction] => 46116-114448-4EE1E4D4-6A13 [user_id] => 11116 [project_id] => 114448 [sender_holder] => Max Mustermann [sender_account_number] => 23456789 [sender_bank_code] => 88888888 [sender_bank_name] => Testbank [sender_bank_bic] => PNAGDE00000 [sender_iban] => DE16888888880023456789 [sender_country_id] => DE [recipient_holder] => Name [recipient_account_number] => 111157137 [recipient_bank_code] => [recipient_bank_name] => ABN Amro Bank N.V. [recipient_bank_bic] => ABNANL2A [recipient_iban] => NL21ABNA0596657137 [recipient_country_id] => NL [international_transaction] => 1 [amount] => 7.95 [currency_id] => EUR [reason_1] => Order No. 9400-0 [reason_2] => Name [security_criteria] => 1 [user_variable_0] => 9400 [user_variable_1] => [user_variable_2] => [user_variable_3] => [user_variable_4] => [user_variable_5] => Shop-System Name v.2.0 [created] => 2011-12-09 11:37:51 [project_password] => yeschangedthis [verified] => 1 )
But my main question is, would i get this also with a real transaction? I now only use this environment in test from sofort.
Comment #2
jurgenhaasThis module has been completely rewritten and there are versions available for Ubercart 2 and 3 and they work with the new XML API from SOFORT AG. So I'm closing this issue because it is most certainly no longer relevant.
Comment #3
jurgenhaas