1#--
2#-- Configuration file for system level constant
3#--
4
5#--
6#-- Merchant ID assigned to you by Google. Do
7#-- NOT give this number out to anyone. Please
8#-- change to your assigned merchant ID.
9#--
10MERCHANT_ID = XXX
11
12#--
13#-- Merchant ID assigned to you by Google. Do
14#-- NOT give this number out to anyone. Please
15#-- change to your assigned merchant ID.
16#--
17MERCHANT_KEY = XXX
18
19#--
20#-- Global XML schema used when passing XML
21#-- documentat to and from Google
22#--
23XML_SCHEMA = http://checkout.google.com/schema/2
24
25#--
26#-- GCO server / URL. Note that this is likely to
27#-- change when we switch to and from different
28#-- Google servers. This can be the sandbox or
29#-- the production Checkout server.
30#-- Sandbox - https://sandbox.google.com/checkout/cws/v2/Merchant
31#-- Production - https://checkout.google.com/cws/v2/Merchant
32#--
33BASE_GCO_SERVER = https://sandbox.google.com/checkout/cws/v2/Merchant
34
35#--
36#-- Currency. If you sell products in currencies
37#-- othar than US dollars, please change the following.
38#-- See the following for possible currency code:
39#--
40#-- http://www.iso.org/en/prods-services/popstds/currencycodeslist.html
41#--
42CURRENCY_SUPPORTED = USD
43
44#--
45#-- XML version
46#--
47XML_VERSION = 1.0
48
49#--
50#-- XML encoding
51#--
52XML_ENCODING = UTF-8
53