Implemented support for payment method Maestro
giropay, eps and direct debit: Support for usage with form service, in case the built-in forms cause problems on the site.
Paydirekt: Support for digital carts
New logos for Visa/MC, direct debit and Sofort
Allow reservations and captures: reservation is now configurable in backend as default transaction type for credit card, direct debit and paydirekt. If reservation is configured, all payments are made with that type and the capture is then made when the order state is changed to the one configured.
Allow refunds: In order overview in the shop system, allow the merchant to initiate a refund.
Fixed failure in the notification for giropay+giropay-id when ObvName is transmitted back (hash mismatch).
Fixed problem setting the CUSTOMERNAME in the purpose on guest purchases.
Removed PHP notices from redirect methods in all payment methods.
Fixed problem with taxes and configurable products in paydirekt payment.
Validate for empty BIC in directdebit.
Removed notice from the paydirekt payment, use the methods from wc_abstract_order class, in older version use directly the variable. In the last version of this class the variables are protected and generate notice message if used directly.
Implemented multi-language support