kmitgroup / google-checkout-php-sample-code

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

Some files are missing #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download sample php application and do what i ssaid in documentation.Like:--
demo/responsehandler.php
library/googletaxrule.php
library/googletaxtable.php
xml-processing/xmlbuilder.php
xml-processing/xmlparser.php

Error Details:-//as i am running this code on local server.
AT URl:-http://localhost/CkoutGoogleCode/demo/cartdemo.php
error:-Missing URL component: expected id: (\d{10})|(\d{15}) //This is a
xml response from google sandbox.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
OS:Win-Xp
PHP version:5.2.3
SERVER:Apache/2.2.4 (Win32)
Documentation
URl:http://code.google.com/p/google-checkout-php-sample-code/wiki/Documentation
Download url:--http://code.google.com/apis/checkout/samplecode.html

Please provide any additional information below.

Original issue reported on code.google.com by Zatt.gck...@gmail.com on 25 Oct 2007 at 10:54

GoogleCodeExporter commented 9 years ago
yes same error here?

im using php 4.4 and curl
on linux redhat 4 enterprise version

could someone tell us why this defect

Original comment by abronso%...@gtempaccount.com on 28 Oct 2007 at 3:56

GoogleCodeExporter commented 9 years ago
also tried revision 44 with no luck

<error-message>
Malformed URL component: expected id: (\d{10})|(\d{15}), but got 
</error-message>
</error>

Original comment by abronso%...@gtempaccount.com on 28 Oct 2007 at 4:01

GoogleCodeExporter commented 9 years ago
you should setup the merchant id correctly in line 35 of the cartdemo.php

Original comment by rovagn...@gmail.com on 12 Nov 2007 at 2:07