CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Trouble setting up Google Checkout
Pages: 1 2 [3]

Author Topic: Trouble setting up Google Checkout  (Read 12831 times)

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Trouble setting up Google Checkout
October 31, 2007, 10:57:34 am

can u get on IRC (irc.freenode.net, #civicrm) or send me an IM at donald.lobo at gmail dot com

thanx

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Trouble setting up Google Checkout
November 01, 2007, 01:33:06 pm

Thanx to Martin for giving us access to his server. This issue is now fixed :) (or so i think). This will be in the next release of v1.9 (week of nov 12 or so)

For folks who want to patch their code right now, its an easy patch:

1. goto your google checkout payment processor edit form:

e.g.

http://demo.civicrm.org/drupal/civicrm/admin/paymentProcessor?action=update&id=5&reset=1


2. In the text box for Site URL in the fieldset 'Processor Details for Test Payments' add a '/', i.e. make it:

https://sandbox.google.com/checkout/

3. Edit CRM/Core/Payment/Google.php

Change line 103 (approx line number)

FROM:

            '/cws/v2/Merchant/' .

TO:
            'cws/v2/Merchant/' .

Let me know if the above works. I tried it on Martin's site and it works. Note that this fix is a bit more complicated but inline with the way we handle urls etc

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: 1 2 [3]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Trouble setting up Google Checkout

This forum was archived on 2017-11-26.