lfs_sofortueberweisung¶
What is it?¶
lfs_sofortueberweisung is the integration of the payment processor sofortüberweisung for LFS.
Installation¶
Register at https://www.payment-network.com/sue_de to get a user and project id.
Within
buildout.cfgaddlfs_sofortuebweisungto eggs within thedjangosection:eggs = django-lfs == 0.7.0b1 gunicorn lfs_sofortueberweisung
Run the installer:
$ bin/buildout -Nv
Within
settings.pyaddlfs_sofortuebweisungtoLFS_PAYMENT_METHOD_PROCESSORS:LFS_PAYMENT_METHOD_PROCESSORS = [ ["lfs_sofortueberweisung.models.SofortUeberweisungPaymentMethodProcessor", "sofortueberweisung.de"], ]
Within
settings.pyadd lfs_sofortuebweisung specific settings:SOFORTUEBERWEISUNG_USERID = your_user_id SOFORTUEBERWEISUNG_PROJECT_ID = your_project_id
Restart your instance
Within the LFS Management go to
Shop/Payment Methodsand add a new payment processor.Select
sofortueberweisung.defor theModulefield.