Skip to content

Releases: paymill/paymill-oxid

Release version 2.8.1

23 May 09:50
Compare
Choose a tag to compare
  • Remove CURLOPT_CAINFO - path to Certificate Authority (CA) bundle
  • Remove paymill.crt
  • Change user agent info to "Paymill-OXID/2.8.1"

2.7.1

05 Jan 08:41
Compare
Choose a tag to compare

Using window.addEventListener

2.7.0

22 Oct 14:21
Compare
Choose a tag to compare
  • remove jQuery import and use shops native jQuery
  • allow preauth/capture workflow
  • allow refund

Mobile Theme Support

24 Jul 08:08
Compare
Choose a tag to compare
  • added OXID mobile theme support. Tested with Nexus 7 Chrome emulation and iOS simulator (iPhone 4-inch iOS 7.1).
  • added autocomplete="off" for input fields, browser shall not save sensitive data like credit card number and card verification value
  • changed CVV input field type from "text" to "password"
  • ui change: added support for payment long description (configurable in the OXID backend payment methods settings)
  • ui change: credit card form - valid until months are shown in a new format instead of just having the name of the month it also shows the number, e.g. "1 - January"
  • ui change: hover tooltip for CVV input field
  • refactoring: removed all deprecated calls, e.g. oxConfig::getInstance() etc
  • max length of transaction description set to 128 characters
  • fixed: order number was not set correctly, is now updated after order execution