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.
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.