slhemanthkumar / google-checkout-php-sample-code

Automatically exported from code.google.com/p/google-checkout-php-sample-code
0 stars 0 forks source link

Construct function name for pickup shipping is bad #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This function is in the GooglePickup class of googleshipping.php:
    function GoogleMerchantCalculatedShipping($name, $price) {
      $this->price = $price;
      $this->name = $name;
      $type = "pickup";
    }
It should be called GooglePickup, and because of the misname variable
options are not being set and the pickup option is not being added to
outgoing carts.

What version of the product are you using?
1.0.4

Original issue reported on code.google.com by johnatha...@fourbatons.com on 23 Mar 2007 at 5:20

GoogleCodeExporter commented 9 years ago
Sorry, replace GooglePickup with GooglePickUp in everything above.

Original comment by johnatha...@fourbatons.com on 23 Mar 2007 at 5:21

GoogleCodeExporter commented 9 years ago
changed,

thx

try v1.2
http://google-checkout-php-sample-code.googlecode.com/svn/branches/1.2beta/CHANG
ELOG

ropu

Original comment by rovagn...@gmail.com on 13 Jun 2007 at 4:26