Google Checkout for osCMax 1.4.0-beta 1.2

Download Size md5 hash
google-checkout-oscmax-v1.4beta1.2.zip 140.92 KB 4694b9fc9263381c5c33edcf31a4c411
Last updated: Tue, 08/28/2007 - 9:03pm

google-checkout-oscmax-v1.4beta1.2.zip

 

Changes:

Fixed minor bug in googleshpping.php

added this to the $mc_shipping_methods array

                        'indvship' => array(
                                    'domestic_types' =>
                                      array(
                                          'indvship' => 'Individual Shipping'
                                           ),

                                    'international_types' =>
                                      array(
                                          'indvship' => 'Individual Shipping intl'
                                           ),
                                        ),


and
added this to the $mc_shipping_methods_names array

                                         'indvship' => 'Indvship',

and in the includes/modules/payment

/googlecheckout.php file line 52 change

    $this->shipping_support = array("flat", "item", "itemint", "table");
 with
    $this->shipping_support = array("flat", "item", "itemint", "table", "indvship");