git-svn-id: http://svn.cleancode.org/svn/pickles@98 4d10bc64-7434-11dc-a737-d2d0f8310089
This commit is contained in:
Josh Sherman 2009-03-02 05:09:47 +00:00
parent 5cf2336459
commit 1e371830d2
2 changed files with 2 additions and 2 deletions

View file

@ -138,7 +138,7 @@ class WebService_AuthorizeNet_AIM extends WebService_Common {
// 'x_footer_email_receipt' => '',
// @todo Debugging / testing information
'x_email' => 'joshsherman@gmail.com',
//'x_email' => 'joshsherman@gmail.com',
'x_card_num' => '4242424242424242',
);

View file

@ -297,7 +297,7 @@ class store_checkout extends store {
if ($response['response_code'] == 'Approved') {
$this->db->execute("
UPDATE orders
SET transaction_id = '{$response['transaction_id']}', time_placed = NOW()
SET transaction_id = '{$response['transaction_id']}', time_placed = NOW()
WHERE id = '{$response['invoice_number']}';
");