RajatShukla / getpaid

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

getpaid.pxpay 0.3 blocks payment by other processors : PXPayException #246

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install getpaid.pxpay in the buildout
2. choose testing processor or the one of getpaid.paypal
3. buy , begin the process of checkout a non empty cart

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

during the checkout process, at the make payment step : traceback 

 http://127.0.0.1:8080/Plone/@@getpaid-checkout-wizard
Traceback (innermost last):
  Module ZPublisher.Publish, line 119, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 42, in call_object
  Module Products.PloneGetPaid.browser.checkout, line 352, in __call__
  Module getpaid.wizard._wizard, line 38, in __call__
  Module getpaid.wizard._wizard, line 28, in update
  Module getpaid.wizard._wizard, line 251, in update
  Module Products.PloneGetPaid._patch, line 44, in update
  Module zope.formlib.form, line 750, in update
  Module zope.formlib.form, line 594, in success
  Module getpaid.pxpay.browser.checkout, line 101, in makePayment
PXPayException: 'This checkout implementation requires the PXPay payment
processor.'

Original issue reported on code.google.com by danielle...@gmail.com on 10 Apr 2009 at 9:33