|
__init__(self,
vendor_id,
merchant_key,
is_sandbox=True,
currency=' USD ' )
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
prepare_order(self,
order,
order_id=None,
diagnose=False) |
source code
|
|
|
prepare_donation(self,
order,
order_id=None,
diagnose=False) |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
|
__MERCHANT_BUTTON = ' MERCHANT_BUTTON '
|
|
__CLIENT_POST_CART = ' CLIENT_POST_CART '
|
|
__SERVER_POST_CART = ' SERVER_POST_CART '
|
|
__ORDER_PROCESSING = ' ORDER_PROCESSING '
|
|
__CLIENT_DONATION = ' CLIENT_DONATION '
|
|
__SERVER_DONATION = ' SERVER_DONATION '
|
|
__DONATION_BUTTON = ' DONATION_BUTTON '
|
|
__SANDBOX_URLS = { ' CLIENT_DONATION ' : ' https://sandbox.google.c ...
|
|
__PRODUCTION_URLS = { ' CLIENT_DONATION ' : ' https://checkout.goog ...
|