accesto / PayumPayU

Payum component for OpenPayU integration (PayU payments)
10 stars 15 forks source link

WIP: recurring payments - credit card support #10

Closed klobermajer closed 6 years ago

klobermajer commented 6 years ago

This PR introduce recurring payments.

Now it is possible to handle recurring payment with tokenized credit card (token provided by special PayU widget). Additionally such token can be encrypted/decrypted (it is more secure to not store this as plain text in database).

Also additional parameter "invoiceDisabled" introduced - this allows to disable invoice checkbox on payment form.