Help for this page

Select Code to Download


  1. or download this
    # -- Sandbox Server:
    BASE_GCO_SERVER = https://sandbox.google.com/checkout/cws/v2/Merchant/
    
  2. or download this
    sub order_item {
       my ( $item, $opts ) = @_;
    ...
       }
       return { redir => $response };
    }
    
  3. or download this
    # -- Production Server:
    BASE_GCO_SERVER = https://checkout.google.com/ws/v2/Merchant/