Hi Bruce,
great to listen from you, thanks for the helping hand, i just like
to mention that in the settings file its been (code lines below)
----------------------------------------------------------------------
BooleanValue(PAYMENT_GROUP,
'LIVE',
description=_("Accept real payments"),
help_text=_("False if you want to be in test mode"),
default=False),
----------------------------------------------------------------------
i.e by default it is false in config.py inside paypal directory in
satchmo Payment/modules/. now what it does is that on running the
project with these settings, it directs you to loginpage of paypal(see
the code lines below)
-------------------------------------------------------------
StringValue(PAYMENT_GROUP,
'POST_URL',
description=_('Post URL'),
help_text=_('The Paypal URL for real transaction posting.'),
default="https://www.paypal.com/cgi-bin/webscr"),
-------------------------------------------------------------
in the default settings i just couldn't find out where do in need to
put the key, username,pwd etc any authentication parameters.
i hope now you will understand where i am facing problem?
On Nov 21, 8:26 pm, Bruce Kroeze <[email protected]> wrote:
> Yes, just make sure that "accept real payments" is turned off in the paypal
> section of /settings. It will automatically use the sandbox.
>
> On Sat, Nov 21, 2009 at 3:28 AM, saurabhdwivedi
> <[email protected]>wrote:
>
>
>
>
>
> > Hi,
> > has any body implemented the sandbox paypal payment module in
> > satchmo?
> > i need to work it out, so please tell me the process and the files
> > where i do need to make changes to check the test payment with paypal.
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "Satchmo users" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<satchmo-users%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/satchmo-users?hl=.
>
> --
> Bruce Kroezehttp://www.ecomsmith.com
> It's time to hammer your site into shape.- Hide quoted text -
>
> - Show quoted text -
--
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=.