If I'm not mistaken, the included Paypal module is for only one type of Paypals offerings.
There are two other API's that I'm aware. Payflow Pro and Website Payments pro. I think the implentation is different for all of them. We had to "roll our own" to get what we needed against Website Payments Pro's API. I believe you and I have been trading messages on bitbucket...I've just replied (sorry, it was a busy weekend). Let us know which API you are talking to and what you are "expecting" to happen and we can better help you. Ryan On Sun, Nov 22, 2009 at 10:45 PM, saurabhdwivedi <[email protected]>wrote: > 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%[email protected]> > <satchmo-users%2bunsubscr...@googÂlegroups.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]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=. > > > -- http://www.sudovi.com/ http://www.twitter.com/lifewithryan http://www.thecommontongue.com http://www.lifewithryan.com/ -- 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=.
