/[drupal]/contributions/modules/ecommerce/ec_checkout/ec_checkout.module
ViewVC logotype

Diff of /contributions/modules/ecommerce/ec_checkout/ec_checkout.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.6.2.56, Sun Oct 18 14:18:21 2009 UTC revision 1.6.2.57, Sun Oct 18 22:31:32 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: ec_checkout.module,v 1.6.2.55 2009/10/13 03:38:30 davea Exp $0  // $Id: ec_checkout.module,v 1.6.2.56 2009/10/18 14:18:21 davea Exp $0
3    
4  /**  /**
5   * @file   * @file
# Line 221  function ec_checkout_form_process_order( Line 221  function ec_checkout_form_process_order(
221    }    }
222    
223    $txn =& $form_state['txn'];    $txn =& $form_state['txn'];
224    dpm($txn);  
225    if ($txn_id = ec_store_transaction_save($txn)) {    if ($txn_id = ec_store_transaction_save($txn)) {
226      $new_txn = ec_store_transaction_load($txn_id);      $new_txn = ec_store_transaction_load($txn_id);
227    

Legend:
Removed from v.1.6.2.56  
changed lines
  Added in v.1.6.2.57

  ViewVC Help
Powered by ViewVC 1.1.2