
Originally Posted by
jeking
Thanks for the reply. Checking the order, the table you show is completely empty:
https://prnt.sc/t9ri90
I also see the notifier in the ADMIN/orders.php
you look to have multiple conflicting payment modules going on as far as i can tell from your screenshot.
there is no expiration date above the table for the credit card. my module does not work that way... (as far as I can tell)
you also look to have hitting this code in the orders.php script (line 580 in v156):
PHP Code:
if (is_object($module) && method_exists($module, 'admin_notification')) {
my module does NOT have an admin_notification method.
if you look at your mysql database are there any records in the authorize_cim_payments table? and if so, what are the values for the orders_id?
in looking at this thread, she was previously able to capture transactions. i believe there had to be records in this table. so what has happened to this table now?
Bookmarks