- Nothing changed yet.
- Introduce
IPayment.clear_session
flag. [rnix] - Introduce
IPayment.clear_session
flag. [rnix] - No longer support for z3c.autoinclude. [jensens]
- Migrate SIX Saferpay to JSON API. [rnix]
- Code style black. [jensens]
- Turn hard depenency indirection on bda.plone.shop into soft dependency with failover. [jensens]
- Avoid circular import (testing only). [jensens]
- Python 2/3 compatibility [agitator]
- Update version and classifiers - 2.x targets Plone 5.1/5.2 without Archetypes [agitator]
- Replace unittest2 by unittest [llisa123]
- Rename invoice payment related views to avoid conflicts with bda.plone.orders invoice view. [rnix]
- Fix shop admin email address lookup in sic payment. [rnix]
- Fix: Provide plone.protect authenticator token in invoice payment process [jensens]
- Plone 5 update [rnix, agitator]
- Add
bda.plone.payment.cash_on_delivery.ICashOnDeliverySettings
. [rnix] - Add "Cash on delivery" payment. [rnix]
- Add "Cash in advance" payment. [rnix]
- Remove
available
anddefault
attributes frombda.plone.payment.cash.Cash
,bda.plone.payment.debit_order.DebitOrder
,bda.plone.payment.invoice.Invoice
andbda.plone.payment.six_payment.SixPayment
since they are provided by base class now. Note - Remove class patches foravailability
anddefault
settings from your integration packages and and use controlpanel settings inbda.plone.shop
. [rnix] - Add missing
pid
attribute tobda.plone.payment.Payment
. [rnix] - Implement
available
anddefault
properties onbda.plone.payment.Payment
using settings frombda.plone.payment.interfaces.IPaymentSettings
. [rnix] - Introduce
bda.plone.payment.interfaces.IPaymentSettings
. [rnix]
- Remove
bda.plone.payment.six_payment.ISixPaymentData
interface. Usebda.plone.payment.interfaces.IPaymentData
instead. [rnix]
- show "emails sent" status message when displaying the "thanks for your order" page of the invoce payment processor. in addition, show the order id [fRiSi]
- fix lookup for default IPayment adapter in case no default adapter is registered [fRiSi]
- initial work [rnix]