kapilt / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

Payment options must be applied on new site for default testing payment processor to work #151

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. trunk/getpaid.buildout r1085 -c 30.cfg
2. new PGP site
3. configure mail host settings
4. Add page type as buyable, no other GetPaid config.
5. checkout with 1 buyable item 

What is the expected output? What do you see instead?

2007-12-04 02:35:10 INFO GenericSetup.componentregistry Adapters exported.
2007-12-04 02:35:10 INFO GenericSetup.componentregistry Utilities exported.
2007-12-04 02:39:28 ERROR Zope.SiteErrorLog
http://localhost:8080/plonegetpaid/@@getpaid-checkout-wizard
Traceback (innermost last):
  Module ZPublisher.Publish, line 119, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module Products.PDBDebugMode.pdbzope.runcall, line 60, in pdb_runcall
  Module ZPublisher.Publish, line 42, in call_object
  Module Products.PloneGetPaid.browser.checkout, line 298, in __call__
  Module zope.formlib.form, line 769, in __call__
  Module Products.PloneGetPaid.browser.checkout, line 452, in update
  Module Products.Five.formlib.formbase, line 55, in update
  Module zope.formlib.form, line 750, in update
  Module zope.formlib.form, line 594, in success
  Module Products.PloneGetPaid.browser.checkout, line 475, in makePayment
RuntimeError: No Payment Processor Specified
>
/software/getpaid/develop-products/PloneGetPaid/browser/checkout.py(475)makePaym
ent()
-> raise RuntimeError( "No Payment Processor Specified" )
(Pdb) c

What version of the product are you using? On what operating system?

trunk/getpaid.buildout r1085 -c 30.cfg linux.

Please provide any additional information below.

Fixed if you press 'apply' on plonegetpaid/@@manage-getpaid-payment-options
before final step of checkout.

Original issue reported on code.google.com by jeff.kow...@gmail.com on 4 Dec 2007 at 7:52

GoogleCodeExporter commented 8 years ago
We do declare in documentation and readme that you have to at least set 
this...though
I agree that it is annoying and should default to the test processor!

Original comment by cjj.ifpe...@gmail.com on 23 Jan 2008 at 3:56

GoogleCodeExporter commented 8 years ago
this still happens at 0.7.0

Original comment by cjj.ifpe...@gmail.com on 22 Aug 2008 at 4:23