Commit 003f94ed authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4265 (Error preparing a ccbill transaction)

parent ad223885
Loading
Loading
Loading
Loading
+2 −0
Changes for sources/hooks/systems/ecommerce_via/ccbill.php: 2 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -130,6 +130,7 @@ class Hook_ccbill
            'e_item_name' => $item_name,
            'e_member_id' => get_member(),
            'e_amount' => float_to_raw_string($amount),
            'e_currency' => $currency,
            'e_ip_address' => get_ip_address(),
            'e_session_id' => get_session_id(),
            'e_time' => time(),
@@ -208,6 +209,7 @@ class Hook_ccbill
            'e_item_name' => $item_name,
            'e_member_id' => get_member(),
            'e_amount' => float_to_raw_string($amount),
            'e_currency' => $currency,
            'e_ip_address' => get_ip_address(),
            'e_session_id' => get_session_id(),
            'e_time' => time(),