WooCommerce QuickPay

Description

With WooCommerce QuickPay, you are able to integrate your QuickPay gateway to your WooCommerce install. With a wide list of API features including secure capturing, refunding and cancelling payments directly from your WooCommerce order overview. This is only a part of the many features found in this plugin.

Dependencies

General:
1. PHP: >= 5.4
2. WooCommerce >= 3.0
3. If WooCommerce Subscriptions is used, the required minimum version is >= 2.0

Installation

  1. Upload the ‘woocommerce-quickpay’ folder to /wp-content/plugins/ on your server.
  2. Log in to WordPress administration, click on the ‘Plugins’ tab.
  3. Find WooCommerce QuickPay in the plugin overview and activate it.
  4. Go to WooCommerce -> Settings -> Payment Gateways -> QuickPay.
  5. Fill in all the fields in the “QuickPay account” section and save the settings.
  6. You are good to go.

Reviews

January 3, 2020
We have been using this plug-in to capture payment for online webshop sales for 3 years without any problems. A well crafted and stable plug-in with frequent updates that we fully recommend.

+1

August 15, 2018
Seems to be working, but mainly support is quick and practical
March 9, 2018
Super plugin. Alt virker godt, og er nemt at opsætte og konfigurere.
Read all 10 reviews

Contributors & Developers

“WooCommerce QuickPay” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WooCommerce QuickPay” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

6.4.2

  • Fix: Modify force checkout logic used for MobilePay Checkout to enhance theme support.

6.4.1

  • Fix: WC_QuickPay_API_Transaction::get_brand removes prefixed quickpay_ when fallback to variables.
  • Fix: Refund now supports location header to avoid wrong response messages when capturing Klarna and Anyday payments.
  • Dev: Add filter woocommerce_quickpay_transaction_params
  • Dev: Add filter woocommerce_quickpay_transaction_params_description
  • Bump WC tested with version
  • Bump WP tested with version

6.4.0

  • Feat: MobilePay Checkout now automatically ticks the terms and condition field during checkout.
  • Fix: PHP8 compatability
  • Fix: Capture now supports location header to avoid wrong response messages when capturing Klarna and Anyday payments.
  • Fix: WC_QuickPay_API_Transaction::get_brand now falls back to variables.payment_methods sent from the shop if brand is empty on metadata.

6.3.0

  • Remove: BETA from MobilePay Subscriptions
  • Feature: Anyday split payments as payment gateway.
  • Feature: MobilePay Checkout now shows the description as copy in checkout/mobilepay-checkout.php by default which makes it easier by merchants to adjust their communication.

6.2.0

  • Remove: Bitcoin through Coinify

6.1.0

  • Feature: New setting ‘Cancel payments on order cancellation’ allows merchants to automatically cancel payments when an order is cancelled. Disabled by default.
  • Fix: Orders with multiple subscriptions didn’t get the subscription transaction stored on every subscription.

6.0.3

  • Fix: Danish translations not being loaded when enabled.
  • Fix: Balance with decimals were incorrectly shown on “Capture Full Amount” button
  • Fix: Bump ‘tested with’ versions

6.0.2

  • Fix: Setting “Complete renewal orders” triggered on regular orders as well when enabled.

6.0.1

  • Fix: Callbacks not being properly handled for non-subscription transactions

6.0.0

  • Feature: MobilePay Subscriptions gateway.
  • Feature: New setting ‘Complete order on capture callbacks’ – Completes an order when a callback regarding a captured payment is received from QuickPay.
  • Feature: Add support for WCML country specific gateways added in WCML 4.10 (https://wpml.org/announcements/2020/08/wcml-4-10-currencies-and-payment-options-based-on-location/)
  • Change: Recurring payments are no longer synchronized due to ?synchronization being deprecated.
  • Fix: Undefined property: stdClass::$payment_method in WC_QuickPay_MobilePay_Checkout::callback_save_address
  • Fix: Hide balance amount field when payment cannot be captured
  • Fix: Show MobilePay logo as “Method” in the order list
  • Breaking Change: Embedded / Overlay payments have been removed due to PSD2. Contact [email protected] for questions regarding this decision.
  • Developer: Add filter woocommerce_quickpay_create_recurring_payment_data
  • Developer: Add filter woocommerce_quickpay_create_recurring_payment_data_{payment_gateway_id}
  • Developer: Add filter woocommerce_quickpay_callback_payment_authorized_complete_payment
  • Developer: Removed WC_QuickPay_Subscription::process_recurring_response as the logic has been refactored into hooks and callback handlers.

5.8.1

  • Fix: “Capture specified amount” not working
  • Fix: Broken translations in payment meta box
  • Fix: Settings in alternative instances were not properly saved

5.8.0

  • Feature: Removal of currency settings. Transaction always follows the order to avoid human errors and to simplify the setup.
  • Feature: Removal of language settings. Transaction always follows the user’s language. Defaults to shop language, but Polylang and WPML users will get the language selected.
  • Feature: Add price formatting on capture button in the QuickPay Payment order meta box
  • Feature: Built in support for WPML language in payment window – this feature is auto-enabled.
  • Feature: Built in support for Polylang language in payment window – this feature is auto-enabled.
  • Fix: Improve support of currencies without decimals (i.e. JPY).
  • Fix: Ajax endpoints was added multiple times which caused some actions to be launched several times causing unexpected responses.
  • Dev: Add filter woocommerce_quickpay_can_user_manage_payments and woocommerce_quickpay_can_user_manage_payments_{action} which can be used to allow / disallow users from i.e. capturing or cancelling transactions manually.
  • Dev: Removal of WC_QuickPay::get_gateway_currency
  • Dev: Removal of WC_QuickPay::get_gateway_language – replaced by woocommerce_quickpay_get_language()

5.7.6

  • Fix: Installer – improve version comparer

5.7.5

  • Fix: PayPal orders not showing the QuickPay meta box
  • Fix: PayPal orders not being capturable from inside WooCommerce
  • Fix: Bump version numbers

5.7.4

  • Fix: Skip shipping row sent to PayPal as it can result in buggy calculations in PayPal.

5.7.3

  • Update: Klarna now uses ‘klarna-payments’ as payment method.
  • Fix: Add $order check on failed transactions to avoid errors being thrown when running update_status on a bool value.
  • Developer: Pass WC_QuickPay_Order object to woocommerce_quickpay_transaction_params_shipping as second argument
  • Developer: Pass WC_QuickPay_Order object to woocommerce_quickpay_transaction_params_invoice as second argument

5.7.2

  • Fix: Validation problems when using MobilePay Checkout due to new validation error code grouping on WC 4.3

5.7.1

  • Basket now relies on item data instead of product data which could lead to problems with plugins adding item lines without product data.
  • Basket items now checks if VAT is enabled before actually extracting the rates.
  • Rely on WC_Order_Item_Product::get_product instead of the deprecated WC_Order::get_product_from_item
  • Bump WC tested version
  • Bump WP tested version

5.7.0

  • Feature: Add callback handler for recurring requests
  • Fix: Stop using WC_Subscriptions_Manager::process_subscription_payment_failure_on_order as this is deprecated.
  • Dev: Make synchronous recurring requests optional with the introduced filter: woocommerce_quickpay_set_synchronized_request
  • Dev: Blocked callbacks for recurring requests are now optional. Can be disabled with the filter: woocommerce_quickpay_block_callback

5.6.2

  • Fix: Add missing order payment box in backend for fbg1886, ideal, paypal and swish

5.6.1

  • Fix: MobilePay Checkout not saving address data properly when no customer account was set on the order.

5.6.0

  • Feature: Add UI setting for enabling/disabling transaction caching
  • Feature: Add UI setting for setting the transaction caching expiration time
  • Feature: Update a cached transaction on accepted callbacks
  • Feature: Add private key validation and success indicator next to the settings field – (requires permissions to read the private key via API)
  • Feature: Add button to flush the transaction cache from inside the plugin settings
  • Fix: Remove “Cancel” transaction on partially captured transactions as this action is not supported
  • Fix: MobilePay Checkout is now only creating users if user registration is required. The behavior can be modified via the filter woocommerce_quickpay_mobilepay_checkout_create_user
  • Fix: Stop performing capture logic on order completion when the orders is not paid with QuickPay
  • Fix: Add permission check on ajax endpoint for clearing logs
  • Fix: WC_QuickPay_Order::get_order_id_from_callback fallback now allows both prefixed and suffixed order numbers
  • Fix: Recurring payments not being cancellable
  • Improvement: Do not reuse cURL instances to avoid problems with some cPanel PHP upgrades where KeepAlive is disabled by default
  • Developer: Add the possibility to hide buttons for clearing logs and transaction cache via filters.

5.5.3

  • Fix capture on complete in extra instances when gateways have not been instantiated.
  • Bump version numbers

5.5.2

  • Fix: Manual capture via meta box on recurring subscription orders.
  • Fix: 0 balance on capture button on recurring payments.
  • Fix: Typo in shop system version sent to QuickPay
  • Fix: Bump WC tested version
  • Fix: Bump WP tested version

5.5.1

  • Fix: Proper printing of validation errors returned from the API.
  • Improvement: Distinguish between capture exceptions and API exception when adding runtime errors on capture requests.
  • Improvement: Add order ID to API error message on capture errors not caused specifically by the QuickPay_Capture_Exception.
  • Developer: Add QuickPay_Capture_Exception.

5.5.0

  • Add: Separate PayPal payment instance
  • Improvement: PayPal instance will, by default, strip cart items when sending data to QuickPay.

5.4.2

  • Fix: Improvement of WC_QuickPay_Order::get_order_number_for_api to avoid errors if WC_QuickPay_Subscription::get_subscriptions_for_renewal_order returns no subscriptions.
  • Add: MasterCard ID Check logo

5.4.1

  • Fix: Unspecific CSS handle causing intermittent conflicts.

5.4.0

  • Fix: MobilePay Checkout – Check for company OR full name before deciding to disable auto-receiving shipping address from MobilePay.
  • Fix: Empty log entries is now fixed
  • Fix: Add instance check in order completion hook to prevent multiple capture calls on each order which should result in better performance.
  • Feature: Persist payment capture errors on order completion to be shown in wp-admin.
  • Feature: Show error alert on manual capture failures from the order transaction box.
  • Feature: Show error alert on refund failures. This also blocks WooCommerce from refunding the order items if the refund fails.
  • Improvement: Pass the order object to woocommerce_quickpay_transaction_params_variables
  • Improvement: Send company name (if available) with shipping_address.name if no firstname/lastname has been set on the order.
  • Improvement: Remove object type casting on woocommerce_quickpay_automatic_shipping_address and woocommerce_quickpay_automatic_billing_address to allow NULL checks in the MP Checkout address saver helper methods.
  • Improvement: Convert all arrays to short syntax
  • Tested with WC 3.8.1

5.3.1

  • Fix: Fix missing shipping information on MobilePay Checkout orders if no shipping address is specified in the MobilePay app
  • Fix: Bump minimum PHP version to 5.4

5.3.0

  • Fix: Make .is-loading in backend more specific.
  • Feature: Trustly as separate payment method instance
  • Feature: iDEAL as separate payment method instance
  • Feature: Swish as separate payment method instance
  • Feature: FBG1886 as separate payment method instance
  • Feature: QuickPay – Extra – A flexible payment method instance which takes custom payment methods and icons from the settings panel. This can be used to offer i.e. Dankort payments through NETS if embedded payments are enabled on the main instance.
  • Feature: Possibility to disable cancellation of subscription transactions programmatically through ‘woocommerce_quickpay_allow_subscription_transaction_cancellation’
  • Enhancement: Optimized images for Swish and Resurs.
  • Enhancement: Updates helper texts on embedded window and text_on_statement on the settings page
  • Enhancement: Only load the backend javascripts on relevant pages

5.2.0

  • Feature: Add support for embedded payments through overlay with Clearhaus
  • Developer: Add action ‘woocommerce_quickpay_callback_subscription_authorized’ and ‘woocommerce_quickpay_callback_payment_authorized’ for easier way of handling authorized callbacks for specific transaction types.
  • Remove eDankort
  • Fix: Minor syntax-error in backend javascript

5.1.2

  • Fix: Patch payments in ‘process_payment’ to make sure all transaction variables are up to date to avoid problems when gateway switching after cancelling a payment.
  • Fix: Optimize gateway availability check on MobilePay Checkout payments in order to remove the fast checkout button when a subscription is in the cart.

5.1.1

  • Fix: Add fallback in WC_QuickPay_Subscription::process_recurring_response to save transaction ID in case WC_Order::payment_complete fails to do so.
  • Fix: Add “needs payment” check on authorized subscription callbacks before creating a recurring payment.
  • Tested up to WC 3.6.5

5.1.0

  • Feature: Possibility to fetch the API private key directly from the settings page. Requires an API user with permissions to perform GET requests to /accounts/private-key.
  • Fix: Minor helper text update for GA tracking ID on the settings page.
  • Fix: Add fallback for saving transaction IDs on orders since this seemed to randomly fail when using WC_Order::payment_complete to set it.
  • Tested up to WP 5.2.2
  • Dev – Add action: woocommerce_quickpay_meta_box_subscription_before_content
  • Dev – Add action: woocommerce_quickpay_meta_box_subscription_after_content
  • Dev – Add action: woocommerce_quickpay_meta_box_payment_before_content
  • Dev – Add action: woocommerce_quickpay_meta_box_payment_after_content
  • Dev – Add filter: woocommerce_quickpay_capture_on_order_completion

5.0.0

  • Feature: Add Mobilepay Checkout support
  • Feature: Add Vipps
  • Feature: Add replaceable template file through woocommerce-quickpay/checkout/mobilepay-checkout.php
  • Feature: Add Resurs
  • Feature: Add Bitcoin
  • Tweak: Add capture callback handler for Sofort to properly handle transactions not sending authorized callbacks.
  • Tweak: Add filter: woocommerce_quickpay_callback_url
  • Tweak: Add action: woocommerce_quickpay_after_checkout_validation
  • Tweak: Add filter: woocommerce_quickpay_get_setting_{setting}
  • Tweak: Add action: woocommerce_quickpay_accepted_callback_before_processing
  • Tweak: Add action: woocommerce_quickpay_accepted_callback_before_processing_{operation}
  • Tweak: Add action: woocommerce_quickpay_save_automatic_addresses_before
  • Tweak: Add action: woocommerce_quickpay_save_automatic_addresses_after
  • Tweak: Add filter: woocommerce_quickpay_automatic_billing_address
  • Tweak: Add filter: woocommerce_quickpay_automatic_shipping_address
  • Tweak: Add filter: woocommerce_quickpay_automatic_formatted_address
  • Tweak: Add filter: woocommerce_quickpay_mobilepay_checkout_checkout_headline
  • Tweak: Add filter: woocommerce_quickpay_mobilepay_checkout_checkout_text
  • Tweak: Add filter: woocommerce_quickpay_mobilepay_checkout_button_theme
  • Tweak: Add filter: woocommerce_quickpay_mobilepay_checkout_button_size
  • Tweak: Updates the MobilePay logo
  • Tweak: WC_QuickPay_Helper::get_callback_url now relies on home_url instead of site_url to ensure better compatibility with WPML.
  • Fix: WC_QuickPay_Address::get_street_name and WC_QuickPay_Address:get_house_extension throwning a warning if no house number is found on an address.
  • Remove: Remove non-CRUD data fetching for WC versions below 3.0.
  • Add: Bitcoin icon
  • Add: Swish icon
  • Add: Trustly icon
  • Add: Paysafecard icon

4.10.0

  • Add public admin notices infrastructure
  • Add possibility to manually create payment links for orders and subscriptions as WooCommerce admin.
  • Removes legacy WC_QuickPay_Order. Now only supports WC 3.x
  • Removes WC_QuickPay_Order_Base
  • Add filter: woocommerce_quickpay_order_action_create_payment_link_for_order
  • Add action: woocommerce_quickpay_order_action_payment_link_created
  • Introduce customer email sent on manual payment link creation.

4.9.4

  • Tested up to WC 3.4.2
  • Add arg (bool) $recurring to filter ‘woocommerce_quickpay_order_number_for_api’
  • Add methods to get street name used for Klarna
  • Add methods to get house number used for Klarna
  • Add methods to get house extension used for Klarna

4.9.3

  • Add filter woocommerce_quickpay_transaction_fee_data
  • Clean up WC_QuickPay_Base_Order::add_transaction_fee
  • Move WC compatibility headers from README to the plugin core file

4.9.2

  • Update version requirements

4.9.1

  • Specify version number on static files in attempt to fix caching issues

4.9.0

  • Fix: Add check if rates are not empty in WC_QuickPay_Base_Order::get_transaction_basket_params_line_helper
  • Improvement: Remove shipping from the basket data and add it to the shipping data array instead
  • Improvement: Add mobile phone to invoice_address and shipping_address params.
  • Fix: Check transaction balance before ‘capture on complete’ and adjust the amount captured in case a partial capture has been performed already.
  • Improvement: Add WC_QuickPay_API::patch
  • Improvement: Better error explanation when refunding in-refundable transactions through the WooCommerce interface.
  • Add: Verified by Visa logo
  • Add: MasterCard SecureCode logo
  • Add: Apple Pay logo
  • Add: ‘WC requires at least’ and ‘WC tested up to’ helpers when upgrading WooCommerce
  • Remove: Compatibility for WC 2.x
  • Improvement: Update PHP docs
  • Remove: Asynchronous loading of transaction data in the order overview to avoid hammering the backend with HTTP requests in case of large order views.
  • Add: Transaction data caching. Currently only used in order list view.
  • Add: Introducing filter woocommerce_quickpay_transaction_cache_enabled to enable/disable transaction caching. Defaults to true.
  • Add: Introducing filter woocommerce_quickpay_transaction_cache_expiration to control how long transactions are cached for. Defaults to one week.
  • Improvement: Move transaction data in the order overview from the shipping_address column to a separate payment column. Includes an updated UI.
  • Add: Introducing hook woocommerce_quickpay_accepted_callback to target any accepted callback
  • Remove: variables.plugin_version on payment creations.
  • Add: Shopsystem data to payment creations – name + version
  • Add: New filter ‘woocommerce_quickpay_transaction_params_shopsystem’

4.8.4

  • Add vat_rate to refund requests

4.8.3

  • Add check for change_payment request in callback handler when authorizing new subscriptions to avoid subscriptions going into ‘processing’ limbo.
  • Update ard logos to svg according to the new payment window from QuickPay
  • Add iDEAL logo
  • Add UnionPay logo
  • Add Cirrus logo
  • Add BankAxess logo
  • Add filter: woocommerce_quickpay_checkout_gateway_icon_url
  • Move client redirect for bulk actions inside permission check to avoid incorrect redirects for regular users.
  • Add additional checks for vat rates to avoid division by zero errors.
  • Update ‘Test up to’ to 4.9.0

4.8.2

  • Add filter woocommerce_quickpay_order_number_for_api
  • Change order of transaction ID meta key searches

4.8.1

  • Remove SWIPP as possible payment option icon.
  • Add setting: Autocompletion of successful renewal/recurring orders.
  • Add payment type check in woocommerce_order_status_completed to early break out if a different gateway is used on the order.
  • Fix issue where fee was not capturable from the order view with MobilePay payments.

4.8.0

  • Add WooCommerce 3 compatibility release
  • Add filter woocommerce_quickpay_transaction_params_variables
  • Add filter woocommerce_quickpay_is_request_to_change_payment
  • Add subscription status check in the subscription_cancellation hook to avoid transactions being cancelled on subscriptions that are actually active.
  • Bulk action to retry failed payments and activate the subscription on successful captures.
  • Add transaction metadata accessor method
  • Add transaction state accessor method
  • Add shipping to transaction basket items.
  • Fix typo in Paypal on icon selection
  • Remove SWIPP support
  • Isolating meta view to separate view file.
  • Fix incorrect page check for adding meta boxes.

4.7.0

  • Minor settings helper text updates.
  • Add support for qTranslateX in the callback handler. Added logic to prevent browser redirects resulting in callback data loss.
  • WP-SpamShield – Bypass security check on QuickPay callbacks.
  • Improve product switching (downgrade/upgrade)
  • Fix syntax error in classes/updates/woocommerce-quickpay-update-4.6.php resulting in update not completing in case of caught exceptions.
  • Remove obsolete Google Analytics Client ID setting.

4.6.8

  • Fix issues with WooCommerce-check failing on network-sites.

4.6.7

  • Add dependency check before loading class files to avoid site crashes in case WooCommerce is disabled.

4.6.6

  • Exclude TRANSACTION_ID from being copied from subscriptions to renewal orders.
  • Update translations

4.6.5

  • Make WC_QuickPay_Views::get_view PHP 5.3 compatible.
  • Patch cases where transaction ID was not always found on renewal orders.

4.6.4

  • Fix issue with WC_QuickPay_Install not being included properly on plugin activation

4.6.3

  • Remove: WC_QuickPay_Install_Helper
  • Improvement: Stop relying on register_activation_hook when upgrading.
  • Improvement: Show admin notice when a database upgrade is required. This action must be triggered manually and it will run in the background.
  • Add views folder
  • Add WC_QuickPay_Views to simplify view handling.

4.6.2

  • Fix issue with older PHP version not bein able to use return value in write context in WC_QuickPay_Settings.

4.6.1

  • Replaced Paii logo with Swipp

4.6.0

  • Feature: Add basket content to transactions.
  • Feature: Always add invoice + shipping information on transactions.
  • Feature: Add Klarna as separate payment method.
  • Feature: Add Swipp as separate payment method.
  • Feature: Add Sofort as separate payment method
  • Feature: New filters added. (woocommerce_quickpay_transaction_params_shipping, woocommerce_quickpay_transaction_params_invoice, woocommerce_quickpay_transaction_params_basket)
  • Feature: Visualize required settings on the settings page.
  • Feature: Add admin notice if required fields are not configured.
  • Feature: Add button in the plugin settings’ “Logs”-section for easy debug log access.
  • Feature: Add direct link to the wiki from the settings page.
  • Feature: Add live API key validator on the settings page.
  • Feature: Simplifying the settings page by removing unused fields.
  • Feature: Add hook ‘woocommerce_quickpay_loaded’.
  • Feature: Add hook ‘woocommerce_quickpay_accepted_callback_status_{$state}’.
  • Removed: Autocapture settings for subscriptions. Subscriptions now rely on the main autocapture settings (Physical/virtual products).
  • Removed: WC_QuickPay_Order::get_callback_url – deprecated since 4.2.0.
  • Bug: Remove subscription cancellation from callback handler, on ‘cancel’-callbacks to avoid situations where subscriptions ends up in a faulty “Pending Cancellation” state.
  • Bug: Fix bug where fees area added on top of each other.
  • Bug: Clean up old payment IDs and payment links before creating a new payment link used to update a credit card. Legacy data caused problems in some cases.
  • Improvement: Complete refactoring of how subscriptions are handled. The subscription transaction ID is now stored on the ‘shop_subscription’-post. Now only payment transactions are stored on regular orders which should improve the renewal/capturing process and make the UI more intuitive. This should also eliminate a lot of quirks when it comes to renewal orders.

4.5.6

  • Fix bug where certain customers are not able to manually pay a failed recurring order.
  • Add convenience wrapper WC_QuickPay_Subscription::cart_contains_failed_renewal_order_payment()
  • Add convenience wrapper WC_QuickPay_Subscription::get_subscription_for_renewal_order()
  • Add convenience wrapper WC_QuickPay_Subscription::get_subscriptions_for_order()
  • Add convenience wrapper WC_QuickPay_Subscription::cart_contains_renewal()
  • Add ?synchronized query parameter to recurring requests.
  • Add WC_QuickPay_Order::get_payment_method_change_count()
  • Add WC_QuickPay_Order::increase_payment_method_change_count()
  • Hook into woocommerce_subscription_payment_method_updated_to_*
  • Use $order->update_status on failed recurring payments instead of WC_Subscriptions_Manager::process_subscription_payment_failure_on_order to get a correct count of failed payments.
  • Append the payment count (or timestamp to ensure backwards compatibility) to the order numbers sent to the QuickPay API when manually paying a failed recurring order.

4.5.5

  • Fix: Problem with fees being incorrectly stored when using custom decimal pointers. Rely on wp_format_decimals.

4.5.4

  • Add support for subscription_payment_method_change_customer
  • Add transaction state check in WC_QuickPay::subscription_cancel
  • Add WC_QuickPay_Order::is_request_to_change_payment()

4.5.3

  • Add possibility to disable transaction information in the order overview
  • Fix bug in WC_QuickPay_Helper::price_multiply which didn’t properly format prices where are not standard English format.
  • Add WC_QuickPay_Helper::price_multiplied_to_float
  • Add WC_QuickPay_Helper::price_custom_to_multiplied
  • Add unit tests and composer.json to repository

4.5.2

  • Fix problem where settings could not be saved for MobilePay and ViaBill

4.5.1

  • Fix problems with some merchants experiencing failed orders after successful payments.

4.5.0

  • Add WC_QuickPay_Order::has_quickpay_payment().
  • Add WC_QuickPay_API_Transaction::get_brand().
  • Add WC_QuickPay_API_Transaction::get_currency().
  • Add WC_QuickPay_API_Transaction::get_balance().
  • Add WC_QuickPay_API_Transaction::get_formatted_balance().
  • Add WC_QuickPay_API_Transaction::get_remaining_balance().
  • Add WC_QuickPay_API_Transaction::get_formatted_remaining_balance().
  • Add WC_QuickPay_API_Transaction::is_operation_approved( $operation ).
  • Add WC_QuickPay::plugins_url.
  • Add WC_QuickPay_Helper::has_preorder_plugin.
  • Feature: Add support for WooCommerce Pre Orders
  • Feature: Add Card icons to transaction meta data. Issue #62986808298852.
  • Feature: Add possibility to capture a specified amount and not only the full order amount.
  • Add Translation template (woo-quickpay.pot).
  • Fix: Meta-box being shown when any transactionID if mapped on the order. Issue #145750965321211.
  • Fix: Avoid multiple hooks and filters. Thanks to David Tolnem for investigating and providing code example.
  • Improvement: Compressed PNG card icons.
  • Improvement: Update existing payment links on process payment.
  • Improvement: Stop clearing the customer basket on payment processing. This step has been moved to “thank_you”-page.
  • Improvement: Update translations.
  • Rename WC_QuickPay_API_Transaction::create_link to WC_QuickPay_API_Transaction::patch_link.
  • Remove: WC_QuickPay::prepare_extras()

4.4.5

  • Add support for multiple subscriptions.

4.4.4

  • Fix problem with Paii attempted to be loaded after removal.

4.4.3

  • Only make transaction status checks on orders with _transaction_id AND payment methods ‘quickpay’, ‘mobilepay’ and ‘viabill’
  • Remove Paii gateway instance

4.4.2

  • Fix I18n textdomain load bug
  • Add wpml-config.xml
  • Add title to wpml-config.xml
  • Add description to wpml-config.xml
  • Add checkout_button_text to wpml-config.xml
  • Add ‘order_post_id’ param to callback URL on recurring payments to ensure compatability with third party software changing the order number.
  • Add maxlength on text_on_statement

4.4.1

  • Fix incosistent subscription check which might cause problems for some shops.

4.4.0

  • Update translations
  • Change QuickPay_Helper::get_callback_url() to use site_url instead of home_url. This ensures callbacks to always reach the WordPress core.
  • Add WC_QuickPay_Subscription as convenience wrapper
  • Support for WooCommerce Subscriptions > 2.x
  • Removed support for WooCommerce Subscriptions 1.x.x
  • Refactor the method for checking if WC Subscriptions is enabled to support flexible folder names.
  • Deprecate the TRANSACTION_ID meta tag.
  • Refactor WC_QuickPay_Order::get_transaction_id – rely on the built in transaction ID if available.
  • Rely on WC_QuickPay::scheduled_subscription_payment() when creating the initial subscription payment.
  • Add curl_request_url to WC_QuickPay_Exception to optimize troubleshooting.
  • Add possibility to clear the debug logs.

4.3.5

  • Add: WC_QuickPay_API_Subscriptions::process_recurring_response().
  • Fix: First autocapture on subscriptions not working.
  • Fix: Problems with recurring payment references not working properly.
  • Remove: recurring from callback_handler switch.

4.3.4

  • Minor update to WC_QuickPay_Order::get_clean_order_number() to prevent hash-tags in order numbers, which is occasionally added by some shops.

4.3.3

  • Change method descriptions.
  • Disable unnecessary debug information.

4.3.2

  • Fix: Short order numbers resulted in gateway errors.

4.3.1

  • Feature: Add support for both fixed currency and auto-currency. Auto currency should be used when supporting multiple currencies on a web shop.

4.3

  • Tweak: Refactor filter: woocommerce_order_status_completed. Now using the passed post_id.
  • Feature: Add setting, checkout_button_text – button text shown when choosing payment.
  • Feature: Add property WC_QuickPay::$order_button_text.
  • Feature: Add WC_QuickPay_Install to handle DB updates for this and future versions.
  • Feature: Add setting, quickpay_autocapture_virtual – Makes it possible for you to set a different autocapture configuration for virtual products. If the order contains both a virtual and a non-virtual product, it will default to the configuration set in “quickpay_autocapture”.
  • Add filter: woocommerce_quickpay_transaction_link_params.
  • Fix: Paii specific settings (category, reference_title, product_id).
  • Remove: WC_QuickPay_Helper::prefix_order_number().
  • Feature: Support “WooCommerce Sequential Order Numbers” order number prefix/suffix.
  • Remove: WC_QuickPay::find_order_by_order_number() – rely on the post ID now stored on the transaction.
  • Fix: Remove currency from recurring requests
  • Feature: Add support for text_on_statement for Clearhaus customers.
  • Feature: Add customer_email to payment/subscription links. (Used for PayPal transactions).
  • Feature: Add support for subscription_payment_method_change
  • Feature: Add transaction ID, transaction order ID, payment ID and payment links to the meta content box for easy access and better debugging.
  • Update translations.

4.2.2

  • Fix: Payment icons not working in WooCommerce 2.4.
  • Fix: JSON encode and typecast error objects in case no specific error message is set from QuickPay
  • Fix: Add additional params to http_build_query to support server setups requirering param 2+3 to work properly
  • Fix: Remove obosolete quickpay_paybuttontext setting from instances
  • Tweak: Move woocommerce_order_complete hook outside is_admin check
  • Tweak: Add post data params to API exceptions
  • Tweak: Wrap process payment in try/catch and write any errors to WC system logs.

4.2.1

  • Reintroduce merchant ID for support usability
  • Update keys
  • Update translations

4.2.0

  • Deprecating WC_QuickPay::get_callback_url(). Use WC_QuickPay_Helper::get_callback_url() instead.
  • Add QuickPay-Callback-Url to API request headers.
  • Correct name casing in title and descriptions.
  • Add method_title to instances
  • Prefix subinstances with “QuickPay – %s” for usability reasons.
  • Disable subscription support on MobilePay, Paii and ViaBill
  • Add support for payment links. Removing old FORM method.
  • Add tooltip descriptions to settings page
  • Improved API error logging
  • Add jQuery multiselect to ‘Credit card icons’
  • Change subscription description from “qp_subscription” to “woocommerce-subscription”
  • Removed all settings and files related to the auto-redirect.
  • Remove setting: quickpay_merchantid
  • Remove setting: quickpay_redirect
  • Remove setting: quickpay_redirectText
  • Remove setting: quickpay_paybuttontext
  • Add setting: quickpay_custom_variables
  • Remove old tags before 3.0.6

4.1.0

  • Add Google Analytics support
  • Performance optimization: The order view is now making async requests to retrieve the transaction state.
  • Add complete order reference in order overview
  • Add version number to the plugin settings page
  • Add support for multiple instances. Now it is possible to add MobilePay, Paii and viaBill as separate payment methods. Each instance is based on the core module settings to ensure a minimum amount of configuration.
  • Add setting: quickpay_redirect – allows the shop owner to enable/disable the auto redirection in the checkout process.
  • Remove setting: quickpay_mobilepay
  • Remove setting: quickpay_viabill
  • Remove setting: quickpay_labelCreditCard
  • Remove setting: quickpay_labelViaBill
  • Remove setting: quickpay_debug
  • Fix problem with attempt of payment capture when setting order status to complete on a subscription order.
  • Updated translations

4.0.7

  • Add upgrade notiece for 4.0.0

4.0.6

  • Activate autofee settings
  • Implement upgrade notices inside the plugins section
  • Update incorrect autofee key in recurring requests
  • Update success response HTTP codes
  • Typecasting response to string if no message object is available

4.0.5

  • Add the possibility to set a custom branding ID

4.0.4

  • Stop forcing HTTP on callbacks.

4.0.3

  • Add WC_QuickPay_API_Subscription::is_action_allowed
  • Manual AJAX actions handled for subscriptions

4.0.2

  • Add mobilepay option
  • Disabled viabill since the QuickPay API is not ready to support it yet.

4.0.1

  • Add version parameter to the payment request

4.0.0

  • Now only supports the new QuickPay gateway platform
  • Introduce exception class QuickPay_Exception
  • Introduce exception class QuickPay_API_Exception
  • Introduce WC_QuickPay::process_refund to support “auto” gateway refunds
  • Introduce WC_QuickPay_API
  • Introduce WC_QuickPay_API_Payment
  • Introduce WC_QuickPay_API_Subscription
  • Introduce WC_QuickPay_Log – Debugging information is now added to WooCommerce system logs.
  • Remove WC_QuickPay_Request
  • Remove donation link

3.0.9

  • Add support for important update notifications fetched from the README.txt file.

3.0.8

  • Switched to WC_Order::get_total() instead of WC_Order::order_total to fix issues with WPML currencies.

3.0.6

  • Added proper support for both Sequential Order Numbers FREE and Sequential Order Numbers PRO.

3.0.5

  • Bugfix: 502 on checkout on shops hosted with wpengine.com.

3.0.4

  • Add filter ‘woocommerce_quickpay_currency’ which can be used to dynamically edit the gateway currency
  • Add filter ‘woocommerce_quickpay_language’ which can be used to dynamically edit the gateway language

3.0.3

  • Added support for credit card icons in the settings.
  • Re-implented auto redirect on checkout page

3.0.2

  • Fixed MD5 hash problem when not in test mode

3.0.1

  • Added refund support
  • Update Danish i18n

3.0.0

  • Completely refactored the plugin. The logic has been splitted into multiple classes, and a lot of bugs should’ve been eliminated with this version.
  • Added ajax calls when using the API

2.1.6

  • Optimized fee handling

2.1.5

  • Added support for Paii

2.1.4

  • Added action links to “Installed plugins” overview
  • Fixed md5 checksum error caused by testmode
  • Fixed problem with coupons not working properly on subscriptions
  • Fixed problem with lagging the use of payment_complete() on successful payments

2.1.3

  • Added i18n support, current supported languages: en_UK, da_DK
  • Added possibility to add email instructions on the order confirmation. Thanks to Emil Eriksen for idea and contribution.
  • Added possibility to change test mode directly in WooCommerce. Thanks to Emil Eriksen for idea and contribution.
  • Added eye candy in form of SVN header banner
  • Added donation link to all of you lovely fellows who might wanna donate a coin for our work.

2.1.2

  • Fixed an undefined variable notices
  • Switched from WC_Subscriptions_Order::get_price_per_period to WC_Subscriptions_Order::get_recurring_total
  • Added payment transaction fee to orders
  • Changed name to WooCommerce QuickPay

2.1.1

  • Fixes FATAL ERROR bug on checkout introduced in 2.1.0
  • Plugin URI in gateway-quickpay.php

2.1.0

  • Bugfix: Static call to a non-static method caused strict errors.
  • Added support for WooCommerce 2.1.

2.0.9

  • Bug where custom meta boxes were not instantiated should be fixed in this version
  • More currencies added (SEK, NOK, GBP)

2.0.8

  • Fixed viabill cardtypelock

2.0.7

  • Fixed bug where server complains about QuickPay SSL certificate.
  • Changed iBill labels to viaBill
  • Added the possibility to set a custom text on the checkout page right before the customer is redirected to the QuickPay payment window.
  • Added the possibility to set a custom label to credit card and viaBill.

2.0.6

  • Fixed bug where recurring payments were not being captured properly.
  • Fixed undefined variable notice “params_string”.

2.0.4

  • Implemented a tweak to the “WooCommerce Sequential Order Numbers”-support which should fix any problems with WooCommerce QuickPay + Sequential order numbers.

2.0.3

  • Fixing issues with cardtypelocks

2.0.2

  • Enabling auto redirect on receipt page which accidently got disabled in 2.0.1

2.0.1

  • Updated a hook causing problems with saving gateway settings.

2.0.0

  • Build to work with WooCommerce 2.0.x or higher
  • Refactoring the majority of existing methods to save a lot of code and implementing better API error handling.

1.4.0

  • Implement WC_QuickPay::create_md5() which manually sets the order of the md5 checkpoints.
  • Should fix payment integration and missing mails sent out to customers after implementation of protocol v7.

1.3.11

  • Plugin now uses QuickPay version 7

1.3.10

  • Feature: Allow customers to select between credit card and iBill when choosing QuickPay as pay method. Credit card is ticket as default option. NB: You are required to have an agreement with iBill in order to use this feature properly.

1.3.9

  • ‘Capture on complete’ now also works on bulk actions.

1.3.8

  • Short install guide added to README.txt

1.3.7

  • ‘Capture on complete’ is implemented as an option in the gateway settings. It can be turned on/off. Default: Off
  • This is a faster way to process your orders. When the order state is set to “completed”, the payment will automatically be capture. This works in both the order overview and in the single order view.

1.3.6

  • Bugfix: Implemented missing check for WC Subscriptions resulting in fatal error on api_action_router().

1.3.5

  • Bugfix: Problem with transaction ID not being connected to an order [FIXED].

1.3.4

  • Added better support for “WooCommerce Sequential Order Numbers”.
  • Automatically redirects after 5 seconds on “Checkout -> Pay”-page.

1.3.3

  • Bugfix: Corrected bug not showing price corectly on subscriptions in payment window.

1.3.1

  • Bugfix: Systems not having WooCommerce Subscriptions enabled got a fatal error on payment site.

1.3.0

  • Added support for WooCommerce subscription.
  • Now reduces stock when a payment is completed.

1.2.2

  • Bugfix: Capturing payments from WooCommerce backend caused problems due to missing order_total param in cURL request.

1.2.1

  • More minor changes to the payment cancellations from QuickPay form.

1.2.0

  • Major rewriting of payments cancelled by customer.

1.1.3

  • Implemented payment auto capturing.

1.1.2

  • Link back to payment page after payment cancellation added.

1.1.1

  • If a payment is cancelled by user, a $woocommerce->add_error will now be shown, notifying the customer about this. We also post a note to the order about cancellation.

1.1.0

  • Changed plugin structure.
  • core.js added to the plugin to avoid inline javascript.
  • Implemented payment state and transaction id in order overview.
  • Implemented payment handling in single order view.
  • Added support for split payments
  • If turned on in QuickPay Manager, shop owners may now split up the transactions.
  • Rewritten and added a lot of the class methods.

1.0.1

  • Bugfix: Corrected a few unchecked variables that caused php notices in error logs.