Google Checkout GBP Currency?

Discussion in 'Payments processing' started by shahg12, Oct 11, 2007.

  1. shahg12

    shahg12 New Member

    Joined:
    Oct 11, 2007
    Messages:
    24
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Plugin currently support only USD and EUR
  3. shahg12

    shahg12 New Member

    Joined:
    Oct 11, 2007
    Messages:
    24
    I am very intrested in buying amember but I use Google Checkout and I have UK Goolge Account which only supports GBP.
    I'm sure Google DOESN'T support EUR, its only USD and GBP.
    Can you tell me when will the plugin be able to start supporting GBP?
    Thanks
  4. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    You can add it. As I understand from their documentation google can work with any now.
    Edit google_checkout.inc.php and change this:
    function get_plugin_features(){
    return array(
    'title' => $config['payment']['google_checkout']['title'] ? $config['payment']['google_checkout']['title'] : _PLUG_PAY_GOOGLE_CHECKOUT_TITLE,
    'description' => $config['payment']['google_checkout']['description'] ? $config['payment']['google_checkout']['description'] : _PLUG_PAY_GOOGLE_CHECKOUT_DESC,
    'currency' => array('usd' => 'USD', 'eur' => 'EUR'),
    'phone' => 2,
    'code' => 1,
    'name' => 2
    );

    to
    function get_plugin_features(){
    return array(
    'title' => $config['payment']['google_checkout']['title'] ? $config['payment']['google_checkout']['title'] : _PLUG_PAY_GOOGLE_CHECKOUT_TITLE,
    'description' => $config['payment']['google_checkout']['description'] ? $config['payment']['google_checkout']['description'] : _PLUG_PAY_GOOGLE_CHECKOUT_DESC,
    'currency' => array('usd' => 'USD', 'eur' => 'EUR','gbp'=>'GBP'),
    'phone' => 2,
    'code' => 1,
    'name' => 2
    );
  5. shahg12

    shahg12 New Member

    Joined:
    Oct 11, 2007
    Messages:
    24
    thanks for that..Seems to be working OK now...still testing....
    in my google account I see that they say it needs to be secured? https?
    is that a necesity? or will it work without that?
    thanks
  6. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Yes this is necessary.
  7. shahg12

    shahg12 New Member

    Joined:
    Oct 11, 2007
    Messages:
    24
    OK..
    got it runing...made a payment..but user does not get subscription updated...
    I'm sure Ive done everything right....
    In the error debig log I see:

    10/12/2007 14:59:24 /amember/plugins/payment/google_checkout/ResponseHandler.php 216.239.50.136 Google Checkout: New Order Notification #534673161896494

    thats it...! what now?
  8. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Please contact us via helpdesk we will provide updated version of plugin.
  9. shahg12

    shahg12 New Member

    Joined:
    Oct 11, 2007
    Messages:
    24
    Thanks for the response...much appreciated..
    i have created a ticket..
    Ticket ID: IWX-99893-328
    Thanks
  10. sixmedia

    sixmedia New Member

    Joined:
    Mar 1, 2007
    Messages:
    9
    Hey Alexander, does this mean that the Google Checkout plugin has now been edited to support GBP?

    How are you getting on with it shahg12? Working okay?

Share This Page