Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
Note: commerce_maksuturva_payment_verified rule event has been removed since same thing can be done with "After updating an existing commerce payment transaction" event together with conditions. See #1493948: Remove 'commerce_maksuturva_payment_verified' rule event for more information.
Changelist
Added
#1490884: Added setting for selecting right addresses for billing and delivery information
#1490820: Added setting for selecting the right name format handler from address field
Added drupal_alter() for letting other modules to alter the transaction building process
Added handling for failed transactions
Changed
#1483520: Changed payment checking to check as transaction basis
#1493948: Removed 'commerce_maksuturva_payment_verified' rule event
Made payment query hash calculation as a separated helper function
Changed accept-charset setting for redirect form to be UTF-8
Fixed
#1468558: Fixed wrong label in configuration form
#1490670: Fixed problem when payment check was not having certain information to do the job
#1492362: Fixed problem when payment check was trying to find out information about payment method which wasn't existing anymore
#1492450: Fixed problem where custom transaction status caused PHP errors