eopayment/eopayment/payzen.py

13 lines
326 B
Python

from copy import deepcopy
from . import systempayv2
__all__ = ['Payment']
class Payment(systempayv2.Payment):
service_url = 'https://secure.payzen.eu/vads-payment/'
description = deepcopy(systempayv2.Payment.description)
description['caption'] = 'PayZen'
description['parameters'][0]['name'] = service_url