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: >= 7.4
2. WooCommerce >= 7.1.0
3. If WooCommerce Subscriptions is used, the required minimum version is >= 5.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

August 2, 2023
This plugin has been working for us without any complaints. Easy to use and administrate. I hope a payment redirect won’t be necessarry in the future, but would rather prefer the payment integrated in the checkout page. All in all the plugin does the job and offers a secure payment gateway from QuickPay.
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 11 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

= 7.3.4=
* Fix: MobilePay Subscriptions now calls WC_Subscription::cancel_order to leverage support of pending-cancel/cancelled logic when setting “Cancelled agreement status” to ‘Cancelled’.
* Fix: Change QuickPay to Quickpay in text strings
* Fix: Bump tested with WC version to 8.9

7.3.3

  • Fix: WC_QuickPay_Admin_Orders_Lists_Table::handle_bulk_actions_orders relied on WC_QuickPay_Subscription::get_subscription_id for fetching a subscription entity.
  • Feat: Add Requires Plugins header to define WooCommerce dependency which was introduced in WordPress 6.5

7.3.2

  • Fix: Bump tested with version to 6.5 (WP)
  • Fix: Bump tested with version to 8.8 (WC)
  • Fix: Deprecation notice for wc_get_log_file_path in 8.6 and above

7.3.1

  • Fix: Setting quickpay_complete_on_capture was missing from the settings UI

7.3.0

  • Feat: MobilePay Checkout has been removed due to EOL of the product after MobilePay/Vipps merge.

7.2.0

  • Feat: Add possibility to set a new order status upon cancelled payments
  • Feat: MobilePay Subscriptions is now transitioning orders with failed payments to “failed” to maintain correct state of orders and their corresponding subscription.
  • Fix: WC_QuickPay_Helper::is_browser now checks if HTTP_USER_AGENT is set on the request.
  • Fix: Accessing the callback handler directly without a payload resulted in an Uncaught JsonException. This exception is now handled by returning an HTTP 400 response with a proper message.

7.1.0

  • Feat: Add payment gateway support for WC Checkout Blocks
  • Fix: Apple Pay – Rely on WC_Payment_Gateway::is_available when disabling gateways in checkout based on gateway specific criteria.
  • Fix: Google Pay – Rely on WC_Payment_Gateway::is_available when disabling gateways in checkout based on gateway specific criteria.
  • Fix: Anyday – Rely on WC_Payment_Gateway::is_available when disabling gateways in checkout based on gateway specific criteria.
  • Fix: Deprecation notice of dynamically declared property $instructions in WC_QuickPay (PHP 8.2)

7.0.4

  • Fix: Remove ISK from list of non-decimal currencies as the QuickPay API requires ISK amount to be multiplied

7.0.3

  • Fix: Update autofee helper text.
  • Fix: Bump tested WP version number to 6.3
  • Fix: Bump tested WC version number to 8.1

7.0.2

  • Fix: Manually creating a payment link from wp-admin on subscriptions with empty transaction IDs could lead to errors on link generation
  • Fix: Problem with transaction fee from callbacks triggering an error when setting it on the order object.

7.0.1

  • Fix: Remove strict return type from WC_QuickPay_Paypal::apply_gateway_icons

7.0.0

  • Feat: Added support for High Performance Order Storage / Custom Order Tables
  • Feat: Added template for meta-box-order.php
  • Feat: Added template for meta-box-subscription.php
  • Feat: Added support for Early Renewals modal
  • Fix: Added payment.quickpay.net as a whitelisted host to avoid problems with wp_safe_redirect when changing payment method in WCS 5.1.0 and above.
  • Fix: Adjust the link to payment methods documentation
  • Fix: WC_QuickPay::remove_renewal_meta_data wasn’t removing subscription meta data from renewal orders properly.
  • Fix: ‘Create payment’ now patches transactions in ‘initial’ state and creates new payments in case they have already been authorized.
  • Fix: ‘Create payment’ now ensures unique order numbers by adding a random string to the order number before sending it to the API. This fixes problems with duplicate order number errors from the API.
  • Dev: Refactor order logic in general which means we are deprecating the WC_QuickPay_Order object and its methods. For better compatibility, and to avoid overhead, we are solely relying on the WC_Order object.
  • Dev: Introducing utility helper classes used to replace logic in the WC_QuickPay_Order object
  • Dev: Bump minimum required version of WooCommerce to 7.1.0
  • Dev: Bump minimum required version of WooCommerce Subscriptions to 5.0
  • Dev: Bump minimum required version of PHP to 7.4

6.8.3

  • Fix: Avoid requesting quickpay_fetch_private_key on all order / subscription related pages.

6.8.2

  • Fix: Add fees to basket items array
  • Fix: Refactor WC_QuickPay_Order::get_transaction_basket_params_line_helper
  • Fix: Remove shipping[tracking_number] and shipping[tracking_url] by default as they were empty anyway and resulted in problems with Resurs payments
  • Fix: Vipps – adjust payment method to “vipps,vippspsp”
  • Dev: Introducing filter woocommerce_quickpay_transaction_params_basket_apply_fees

6.8.1

  • Fix: Rely on auto_capture_at instead of due_date for MPS payments
  • Fix: Enhance the way auto_capture_at is calculated. It now relies on the timezone used in WordPress but can be changed with the filter woocommerce_quickpay_mps_timezone

6.8.0

  • Feat: MobilePay Subscriptions – setting added to control status transition when a payment agreement is cancelled outside WooCommerce.
  • Dev: add filter woocommerce_quickpay_mps_cancelled_from_status
  • Dev: add filter woocommerce_quickpay_mps_cancel_agreement_status_options
  • Fix: Bump tested with WC version to 6.6
  • Fix: Bump tested with WP version to 6.0

6.7.0

  • Feat: Anyday – hide gateway if currency is not DKK and if cart total is not within 300 – 30.000
  • Fix: Remove VISA Electron card logo

6.6.0

  • Feat: Add Google Pay as payment gateway
  • Fix: Adjust SVG icons for Paypal, Apple Pay and Klarna to show properly in Safari
  • Feat: Only show Apple Pay in Safari browsers

6.5.1

  • Fix: MobilePay Subscription gateway is now available when using the “Change Payment” option from the account page.

6.5.0

  • Feat: Add Apple Pay gateway – works only in Safari.
  • Feat: Show a more user-friendly error message when payments fail in the callback handler.
  • Dev: Add new filter woocommerce_quickpay_checkout_gateway_icon
  • Fix: Bump WC + WP tested with versions to latest versions

6.4.3

  • Dev: Add WC_QuickPay_Countries::getAlpha2FromAlpha3
  • Fix: Use alpha2 country code instead of alpha3 country code in MP Checkout callbacks

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: …
Malaking puwang ng bass splash review Bakit pinapayagan ng pamahalaan ang operasyon ng mga monopolyo How to play Super Ace jili Nice88 club withdrawal Esball online casino com registration Nuebe Gaming legit HB888 Casino real money Casino bonus no deposit free spins 2021 12 Titans Greek mythology online slot machines for real money free play Mines jili login download Allin88 ph login Casino Guru gratis Vegas World login Apanalo online game no deposit bonus 77ph Himala himala wikipedia 啶掂啷嵿ぐ啶ぞ啶?啶曕啶ぞ 啶灌? 啶す 啶囙い啶ㄠぞ 啶栢い啶班え啶距 啶曕啶啶?啶灌啶むぞ 啶灌? Mnl168 online casino register philippines login Bally slot machine value Jili live casino no deposit bonus Gcash gambling reddit philippines tamabetcasino Jili magic lamp app Mwplay888 net download for android Vegas Live Slots hack APK Clive and jill sidequest ffxvi Jiliasia online casino Online bingo jili withdrawal Chili for a crowd Silver Palate Jili168 register philippines Jili mk casino Jili cc download for android Habanero online casino games philippines Philucky withdrawal format 377 jili login register philippines Jili slots download Bsa387 login password Ginto Casino link 49jili login to my account login philippines app Royal777 casino no deposit bonus 8 juli feiertag wikipedia Ano ang mga flash game sa hollywoodbets app download Game of Thrones Slots referral code Igt address manila Zynga slots free coins cheat android Jilicash real money withdrawal Paano gumagana ang mga online slot machine login Ezwin online casino philippines Peso88 login register Jili kaganapan login register Winning plus 8 login philippines masuwerteng iikot ang mga nakakalokang slot 123jili app Login casino games online unblocked Transaction password USDT Baccarat games online real money Appointment slots vs appointment schedule quick hit slots commercial actor Multiclass spell slots table Slot schedule template 啶灌啶曕啶?啶曕ぞ 啶い啷嵿い啶?啶曕た啶むえ啶?啶灌啶むぞ 啶灌 Jili jackpot 777 download for android latest version Million 888 casino login register Tongits go apk unlimited money latest version Pinakamahusay na jili slot game download YE7 Download App BET99 Quebec Free 100 online casino registration facebook page 2021 slots no deposit bonus Online gambling philippines real money Jilibet casino login philippines Super Royal 777 Slots go casino login Register Youtube ng slots today Peso 888 apk Mini777 register download PG gaming casino login Wizard of Oz free coins gamehunters Philippine News today live 247Spin free 100 spin the wizard of oz slots free coins E2 jili casino login Konjac jelly Japan Big bet review korean Online casino Philippines News 7 Juli 2024 memperingati Hari Apa Jili 747 casino login Winph 777 login philippines app benefits of online casino games Wild aces online casino real money Mwcash88 Bonus hunter cc email Maduna clan names FF16 change party members Online casino games real money free spins no deposit Dbx casino real money philippines Okada online casino apk latest version Skype Download for PC Jilibet donnalyn login Register online casino 777 Pub download old version Spaghetti Jollibee price Jili no 1 login register Jiliasia app apk Super slots apk old version 646 casino login Register Philippines Listahan ng laro ng skillz login Totoong online pokies philippines release the kraken clash of the titans (1981) Casinos online real money philippines Phil168 APK Download Chumba Casino login Www 49 jili casino login password Fb jili casino login download apk Jlbet slot login Jili 777 lucky slot login register philippines apk Pagcor logo meaning Hard Rock online casino login 77ph com login password download Ano ang gamot sa mataas ang sugar Online casino download APK Geely Emgrand price Philippines BLBET Tapwin 2024 download apk Lodi 646 casino login ph Royal558 download Abc jili register philippines download LVJILI login Royal fishing jili download for android Free60 casino philippines Kk jili libre 58 real money download PHFUN login Nice88 download free ios Best penny slot machines to play at the casino for beginners portal.pagcor.ph sitemap online casino games no deposit bonus Unlapi AAA Jili login Bongobongo ug Casino Jili x yb download apk do 888 casino register Cash Rush slots 777 apk latest version Free online casino games win real money no deposit Philippines Fortune 888 login password Slots casino login no deposit bonus 49 jili time philippines download Nuebe register login Jili fishing game download free Win99 casino philippines Bingo Super Star download 55bmw win withdrawal Jili kilig login download Superball Keno online Hacksaw slots real money Pagcor address philippines 188 jili demo account hack Vegas online casino games free play Jili 49 net casino login philippines 777 jili jackpot apk latest version Fc slot demo free download Jili under maintenance today download android 3 patti slots patti online play Jili bingo download for android Smbet register philippines Osm jili register mobile number philippines MWGAMING 188 register Nuebe agent login philippines Online casino color games philippines Is Winford Casino open today Jili update today WK777 slot Jili casino review philippines slotomania online Lucky jili slots login register mobile 188 jili casino login download philippines Baccarat game strategy reddit Jili22 promotion How to withdraw in jili slot online 1xslots login Mnl168 online casino register philippines login Paano maglaro ng slot gambling login casino for real money online Best online casino Philippines reddit Jili deposit 50 withdrawal limit Nextbet philippines registration 168jili login registration Www royal888casino net register Double Win Withdrawal App Fisheries department officials 777 Lucky JILI Slots Casino APK download Nz online casino games real money 888php withdrawal Jili mines predictor apk Online casino jackpot slots free play yy777cam Jili one login download mainstream records lee young-ji 77ph com download free 49 jili years login register Jili slot club jackpot 777 download free money philippines Www betvisa games app 1888 jili casino withdrawal online July 10 religious holiday Labet88 login registration 2021 Osm jili casino online games philippines download Money 888 login download Empire slot machine download Ireland online casino games free play Kk jili casino login registration download apk 1000 free games to play with friends Poseidon god son Jili lucky slot app download Big baller club casino login registration philippines Fish Hunter - Shooting Fish Pnp 888 jili slot game login app Limbo game download for PC Highly Compressed Jili jackpot 777 download apk ios slot machine free games free spins deposit bonus Jackpot meter app for android Instant withdrawal betting app Dama N.V. casinos no deposit Bonus Joy 7 casino login free chips Eliakim Sadoki Hadaa Ya Walimwengu Gemdisco login 08 jili register app Jollibee slot casino login philippines register online Award winning chili recipe Allrecipes Helens Slot APK old version Mga kahinaan ng mga pragmatic slot machine login Jili pulang sobre register online Jili777 free 150 no deposit bonus Philippines Jili no 1 com withdrawal philippines Slot online game free real money Jackpot joker jili demo free download Best pg slot game free no download Wagi77 login Philippines Rich9 pinakamainit na laro login Fortune gaming88 login philippines Royal Slot Login Fun facts about July 19th Geely gx3 fiche technique philippines IND slots APK yono Ox jili slot withdrawal What happened on October 7 Al Jazeera 777 pub com login download Nice88 app 99 Fortune Casino login Register Tmtplay888 Jiliplay login download Love jili vip login password 888bet registration online Dragon vs Tiger hack apk Lucky JILI slots login register Kpl casino Online casino game for real money free play 777pub open now promo Video poker jacks or better strategy chart Jili 365 casino login register philippines no deposit bonus download Free slots com party bonus Animal Husbandry Minister Bihar list 188 JILI casino login registration Philippines Anuani ya katibu tawala mkoa wa dar es salaam NetBet registration Fg777 register philippines 90 jili live login download One slot game download Agent GEMDISCO Jili 999 com withdrawal Jilimk casino log in no deposit bonus tg777 login register philippines Pagcor login philippines List of licensed POGO in Philippines 2023 How many cannabinoid receptors are there in the human body Q25 jili download ios Ff777 vip login Jili 49 dot com registration philippines Ano ang speed roulette review Ph joy vip login registration philippines 4 ram slots which ones to use Mga puwang ng video youtube Jackpot Party Instagram free coins www.free facebook.com log in Betvisa download for android 49jili pogcor Betso888 login download Jollibee slot login Fruit Theme Birthday Party Wjslot claim form Nextbet Live Casino Lotto go Jili volatility calculator philippines Teenage Kraken Salish Matter Lucky 777 online casino login philippines Slotomania 777 casino real money Mega ace jili demo apk latest version Falcon Play customer service www.666.com games Bingo Jili PH Slots earning app real money no deposit Canara Bank Internet banking PIN generation 8K8 vip login Philippines No 1 jili app for android free download Gonzo's Quest max win 9 Pots of Gold land and win What does Mr Mike Slots do for a living Jili fc slot real money no deposit bonus Ph macao jili register download limbo apk + obb download Swcup6 net live login Register philippines Free slots 8888 no deposit philippines Jili tadhana slots download free Free casino slots 3 lines no download Jili okbet real money philippines Jili88 ph com register login password Slots earning app real money download Jili apps download free for android ios Kurdish traditional dress Labet88 online casino Ez jili telegram ios 94067 water heater door installation Real Boxing 3 download Best casino online Wishbone Games Nextbet login mobile registration Jili no 2 login no deposit bonus Poder Judicial Superace88 club login registration link Triple match 3d master mod apk Sino ang cowboy slots wife Jili 5678 casino login poker star Apanalo casino app login KK JILI casino login app apk Www gibson casino www gibsoncasino com login APEX slot download Best free slot machines play for free no deposit Mining Telegram group link Jili t7 real money Jili369 app download Progressive jackpot meter link Lampara ng genie philippines Best free slots with bonus Asia JILI casino register 888 ladies slots login UNO Spin Millionaire Dimm slots reddit King game app download apk Yy777 index login No deposit slots real money Yeriko by injili bora choir session 49 jili road register philippines Jili slot 777 login register online no deposit bonus philippines 啶啶?啶曕 啶啶班が啶?啶曕ぐ啶ㄠ 啶曕 啶夃お啶距く GGBet welcome bonus Is the 49ers coach a Christian Sino ang may akda ng medusa Ace Super ph casino Login games.747 games.ph/launchgame open now Tiktok video Zili 7 Gold Fruits slot Peraplay APK download Labet88 register philippines app Love jili vip login philippines Slots download free Jili slot jackpot login register Junglee Rummy APK Paddy power virtue Welke dag is het vandaag in belgie Nn777 login philippines app Pb777 login id and password free Sweet Bonanza free spins no deposit Online slots casino 888 real money no deposit online casino games real money Osm jili casino Megaways slots login Konami free slots no download Big Bass Hold and Spinner Megaways demo Jili 888 register Jili mines download free Best free video poker no download fishing slot casino - free 100 000 coins Jili22 NEW com register Big Bass Bonanza Geely subsidiaries in philippines State fish of bihar in english Game of Thrones Slots Casino free coins hack Lucky jili casino login registration philippines apk Mga laro ng slot na nagbabayad ng totoong pera apk Niceph casino real money Fortune Dragon PG slot demo Reference generator Jili88ph net register download FG7777 Jili super win apk best online casino games to win money Bagong jili register app 777sm vip login Jl bet slot register Jili casino sign up bonus no deposit philippines Phlove Casino Login Register Jili slot online real money Ez jili code free download Cannabinoids structure How does Dragon Link slot work 188 jili casino download free Which casino has the most winners in Vegas Goldfish slots apk Fisheries, Bihar gov in Medusa megaways real money Mwcash88 casino login Best time to play crazy time reddit Voslot jili register philippines Ang tao ba ay nagmula sa unggoy PHL63 login register Demo Jili Golden Empire Download app and get bonus Pogibet free 100 philippines 22FUN APK Lucky JILI Casino login registration Win win Game zambia online app download Win100 com casino group win100 originals win100 originals register Mlbb Win Rate Calculator APK Mi777 casino login philippines register Do888 casino login no deposit bonus Jill Scott net worth 8 jili slot download for android 55X Casino Login Register Philippines Ug777 app download apk for android 94067 water heater door replacement Loveph casino Tianjin University of Science and Technology How to play Fortune Gems online Earn money online Philippines legit Xo jili com register philippines Cruise casino in Goa Play slot machines for free online no deposit Is golden Cowboy good tds online casino games volatility Tmtplay casino login register mobile 啶戉え啶侧ぞ啶囙え 啶曕啶膏啶ㄠ 啶椸啶?啶曕啶膏 啶栢啶侧啶? EZJILI Login Register Game room online casino games real money Casino dealer Reddit ph Slots jackpot meter philippines app Pldt 777 real money withdrawal Jackpot World redeem code free 2024 Jilibay free 68 no deposit bonus Bet88 ph app download for android OKBet rewards app Julie emergency contraception reviews 啶ぞ啶椸啶?啶う啶侧え啷?啶曕ぞ 啶膏す啶?啶夃お啶距く Mega win login Best online casino games real money app Jiliasia ace download Jili 178 real money app Pag-IBIG membership Double DaVinci Diamonds free slot game jili 711 Slot virtual real money free Jili tongits withdrawal limit Okbet casino login philippines download Sabong derby 2023 Full Video MONOPOLY Slots download White part of eye swollen like jelly home remedies Ez jili codes 2021 Wjslot com rewards login How many evolutions can you have in a deck Clash Royale Online casino jili login register House of Fun VIP PLUS download SM Megamall 3 day sale 2024 dates Phil163 login Simple chili recipe Jili slot machine apk latest version Jili188 login download Boss88 Slot Login Jili go login philippines Online casino games with free signup bonus philippines Jili mines download apk Fc slot online philippines Y777 jili real money withdrawal Win99 online casino login register Lucky jili slots login register mobile philippines BetVictor UK Jilino1 new site Jili no minimum deposit philippines 2020 Royal777 login register philippines Forgot transaction password in phdream Casino plus jili slot real money Win99 slot games free apk Nn777 slot jili real money 38jili login GO Keyboard APK betBonanza mobile login registration Dragon cash vs Dragon Link 8k8 online casino games downloadable content philippines Best slots to play on FanDuel reddit balato8aa Crown89ph casino login Online casino builder Wjevo22 app irich slots&games casino 777 Boxing king casino real money Jili22 vip202 download online casino games with no minimum deposit Mega Wheel game download Jili apps download for android free Diablo 4 enchantment slot not working Online lucky sweepstakes no deposit bonus 747 online casino games philippines Super ace demo game online free Spin and win cash in Uganda withdrawal PG Soft Wild Bounty Showdown 777sky slot Jiliapp download latest version Www royal888casino net register Royal slots real money login ????? ?? ???? ??? ???? ????? ????? Phkuya com casino login PHIL168 new link Royal888casino net withdrawal July 8, 2024 Casino machine Jili lucky slot app apk Pragmatikong laro ng big bass bonanza videos 200jili download latest version Dometic 94067 Online slot machines philippines 12 Titans Greek mythology Online slots strategy Casinos online slots real money Jili official website app for android Play tongits online real money philippines Bmy88 net login password Jili 646 ph register app ios Kumuha ng jili app login download Ezjili com download ios Mega Ace mechanics Jili ace 777 no deposit bonus Jili live club login Jili 747 login app 291 jili 01 register download Tongits Go new version Boss JILI casino login Rich711 casino login download 9jlbet Real money casino app apk Jili event login app Jackpot fishing jili download free Pagsasalin ng teksto Sixers game today Please complete the required turnover for withdrawal tagalog Majhail X song download Mp3 April 8 2024 holiday Philippines Pg777 login register online Crazy Time prediction telegram Tadhana slots apk download old version Transaction password in scatter example Mine (Taylor Swift release date) Jili zeus slot login register International casino app Monopolyo ng big baller login Win888pub app Diablo 4 enchantments Phmacau club 啶す啶苦啶︵啶班ぞ 啶溹啶む 啶曕 啶啶∴ Apat na uri ng tunggalian at halimbawa Sw888 casino register BYU portal 49 jili vip login philippines Ubet95 Casino login Jili 178 ph register Is online gambling legal in Philippines Jili t7 login registration form Fg777 official withdrawal How to get unlimited coins on Vegas Live Slots Go88 slot login register download Slot sites philippines Pnxbet77 legit Online lucky 9 gcash download bwinners - online sports betting virtual & casino games Fachai free 150 Casino table games inside (2008) Ocean King Jackpot download Boom casino login KK JILI Casino Login app apk Nexusgaming88 agent login philippines Bonus 365 casino login Free unlimited bingo card generator PDF Microsoft login Jill meaning slang origin Grand slot Palace online casino W888 login Jili369 real money login Nexus88 Gaming login register Jackpot fishing demo free download Jajji veer punjabi gane mp3 download online casino games not real money Wagi 777 download for android free spins bonus no deposit Best casino online slots europe Bombing Fishing demo Limbo bar game Lodigame 291 login registration philippines Mammoth Gold Megaways Peraplay login Fb jili casino login download free no deposit bonus Bingo filipino machine price Login slot machine app Nextbet app download apk Slots game machine free Is DraftKings Casino legal in Massachusetts Webcam app Free unlimited bingo card generator What do CB1 receptors do 177bet cc download Jiliasia casino login philippines Online lucky 9 gcash withdrawal KK JILI register Slots rivals ladbrokes login Jilivip download ios online casino games in florida slot o pol online Jl777 Login Register Charge Buffalo free play Lucky Tongits gcash download Ph646 register mobile philippines Promotion 100 free 58jili login registration online x570 ram slots Mines predictor free Jili17 register mobile Kkjili com app download latest version Best free bonus slots real money Gba 777 casino no deposit bonus Best slots to buy bonus GGBET GCash Wild hammer megaways apk Real money gambling games philippines Jiliko photos free Libreng mga laro ng slot online register MVG SunBet login Bet777 Login Casino keno games free online no deposit Casino ng rainbow riches real money Jili referencing indian law ppt Free casino online real money Philboss link login Jili slot 777 login register online philippines Premiumbets TG777 app login 10 07 day Pocket GK Book PDF in Hindi Online casino 50 cash in no deposit Free slots paypal deposit Phlwin online casino hash encryption games traceable fair casino apk casino game casino Jili188 tv login password 5e sorcerer spell slots guide Alamat ng wizarding wars reddit Jili slot jackpot 777 withdrawal Www jilino1 club app Betso89 register Free website browser download pagcor online casino games Poker machines games casinos online free bonus Play video poker free no download for android Is Seybold journal Scopus Indexed How to withdraw in jili online gcash mwplay888.net login Phpslot app apk Top 1 game in the world 2024 Bingo plus pagcor login password 178jili HP777 Casino Jili day app apk Casino guru Brazil nuebegamingslot Jili casino app login download Jili 09 register download taylor swift july 9th 1:38 Geely Coolray 2024 Release date Philippines Jollibee picture outside Xo jili casino login register mobile Spielautomaten kaufen Royal Club apk Mod Helens gogo jili login register philippines Lucky 777 apk latest version Katangian ni apollo sa cupid at psyche Doble Engineering Casino jili real money app Slot machine png Falcon casino login register 5e multiclass spell slots Arcane Trickster Jili slot jackpot app download Paano maglaro ng slot para kumita withdrawal casino slot games real money Helens gogo jili register philippines Casino articles topics Fachai free 100 Slot 50 minimum deposit Philippines sm 3-day sale schedule 2024 Magic jili slot game login Are casino Apps rigged Tala888 download jackpotfree Big bet review guardian online casino games for free Fg777 casino login register link Betvisa best online casino Microsoft Store download lodivip3web Jili 789 download Best online casino games for real cash Tongits go 4.1 6 apk download latest version Gba333 login Register Phone club Game online azure pre-validated domain Sabong app apk Bandit Slots Youtube Jacks or Better strategy app Magandang slot ba ang Sweet Bonanza? 100 free spins no deposit no wagering requirements philippines Fg777win com login Pci slot types explained Nakakabuti ba ang sugal sa tao Tmtplay casino login register mobile Galaxy 88 casino com login register Free flash video poker download no download Winford Online casino login JIL pastor Winhq9 login register mobile W500 one Jili veo casino login registration Buenas 88 Register How to withdraw 90 jili club philippines online Jili free 100 php no deposit bonus philippines Jili com casino register Minecraft Crazy games Mitran de boot remix mp3 song download 320kbps Anjeer Dry fruit tg777 customer service 24/7 Arat365 com login Apps na pwedeng kumita ng pera legit 9k slot Casino Jili 8888 download for android William Hill live Tesla jili login philippines 啶す啶苦啶︵啶班ぞ 啶溹啶む x7-16 啶啶侧啶? Okada Online Casino download ios Lucky Neko demo play Jili lucky download for pc Original Buffalo wings recipe 777 jili Casino real money Betsson Group Glassdoor 40 jili casino login philippines app 777ku login App Byu jili register download Yesjili com login philippines Jackpot fishing game real money Ubet95 app apk 888 casino app store download Betway zambia online live sports betting download jili 80 iRich kh free download Mga nakakatawang palaro Top online slots online lucky 777 slot game download 50 deposit game online 49 jili games Online casino game with real money Freeplay Casino no deposit bonus Jili 646 777 login register philippines link Kk jili login register online philippines Anti epidemic online casino gcash login Gold 168 Casino login Royal777 register JILI6 promo code Philippines Lodislot 777 casino online real money Ijility maumelle ar Mnl168 download for android Bet 888 login philippines Boeing Secure Login 188 JILI Casino login Jili asya download Mr joker Photo Dinosaur tycoon jili ios download Jili777 login register Philippines 49 jili games download Wow888one philippines Phl63one philippines Mega Medusa Casino login Win888 casino register online Pldt 777 real money withdrawal solaire online casino games MNL63 free 100 No Deposit Jili caishen casino irich slots&games casino 777 Free slots poker online real money Casinos online for real money philippines Royal Club login app download free Online casino free real money DO888 online casino JILI188 app Charge buffalo jili download free Jili free 100 no turnover philippines no deposit bonus Gogosolot online Casino Login Superjilli ph Jili365 bet login sign up philippines Jili x super ace download 5 jili casino login register online Lolliplay login no deposit bonus Pldt jili slot download ios New online casino free chip no deposit Is transaction password and atm pin same sbi mega joker spielautomat Baccarat Strategy book Sweet Bonanza Candyland live Jili 337 withdrawal fee Baccarat Evolution Jili games download for pc slots with real money online 5jl Casino Login Super Ace slot demo SWERTRES sureball hearing today Philippines youtube Jili big win login register Online casino games no deposit free spins philippines Top online slots online lucky 777 slot game download Big baller Club info login Non working holiday Pasig 45 days from july 9, 2024 777 10 jili casino register download jackpot giant slot 90 jili register download JL777 Casino Tp777 com login register mobile Casino tr c tuy n login Gogo jili app download apk mod Legends Slot Bingo JILI 52 Club APK Jilievo888 com login register online Lucky jili real money 888bets mozambique app download Happy jackpot slots Fairground Slots no deposit bonus Wild ace demo download New Vegas slots luck Casino mania bonus Huff and more Puff slot machine for sale baccarat game how to play Jili ph register online Jolibet withdrawal Football teams Premier League sissi slot machine free play Jili vip login register philippines download app ios Transaction password in tagalog example brainly Play free casino games online without downloading for android ELK casino games Libreng computer video poker download Winph6aa philippines Jlbetslot 49 jili casino slots login Jili app casino download apk for android Mnl168 online casino register philippines apk Jili 80 login register Jili free withdrawal app Maaari ba tayong maglaro ng monopoly online play SYNOT Interactive Playzone cashback labet88.com app Jili49 login register Jili asia com casino login download Gold slots casino sa facebook login Jili balita withdrawal fee Gamezy Rummy Jili day register online 90jili game club download PH Macao game 777sky casino philippines Ibetph web casino Best online casino games philippines gcash 247 slots login Elf bingo jili online registration Funny captions for online casino games 777 lucky slot no deposit bonus OKBet App download apk Z25 Gaming P88 jili login app Jili77win philippines DuckyLuck Casino Ttjl casino link app 55jili login Cali 777 com login password LIMBO APK download latest version 200jili login philippines 646 jili 01 login app FB JILI Login Golden Wealth Baccarat live Panaloka login registration Tala0888 download apk GemDisco Login register Lion dance history Ezjili login register mobile Royal777 register Jili 337 login register philippines download Fishing era poppo How to play jackpot fishing app Libreng jili games login Swerte ng buto 77ph1 com login password How do i install tongits go on android Joy jili casino login register philippines free chips Slot machine 777 login Jili online slot apk Jili ko o casino login register APK injector Slot Pragmatic Play Gogo JILI Casino login 50 minimum Z790 ram slots for gaming Tongits Go update download How to compute special non working holiday Philippines 777 Casino 77 free spins login MWGAMING Login Password How to play taya 777 online How does Lee Young ji know English Phdream88 login app 63jili download ios ME777 Casino Login Philippines Baba Slots online casinoplusslot How to play jili super ace online Unibet sign up bonus 60 jili login download no deposit bonus Philippine online casino no deposit bonus pxbetgamingslot Online casino games that pay real money no deposit 49jili flag login password Jili 2024 login register Paano maglaro ng jili super ace login download Vip jili login philippines app Jili bingo download for android 9Y game City Jili jackpot lucky casino real money no deposit bonus Easy money jackpot fishing philippines Casino free games slots machine no deposit Slots7 Casino free spins Winjili ph login registration Jili games free 100 download apk Jiliplay999 com login Hot chilli megaways review Jili games apk latest version ang mga slot ay nagsusugal Nice 888 login philippines Playzone Casino FC jackpot Casino login Spin jackpot YONO apk Juegos de casino gratis sin descargar ni registrarse Gold slots casino sa facebook withdrawal Jili 168 login registration link Mitran De Junction Te Mp3 Song Download pagalworld Lovejili app for android apk download Helens gogo jili casino login Transaction password in scatter example mainit na jili casino Casino online free credit no deposit How do i install tongits go on iphone Boombet casino 100 JILI casino no deposit bonus Peso88aa philippines Jiliko gcash withdrawal Jili veo login philippines Jili slot game download apk latest version Macau casino online login philippines online casino Katangian ni sita sa rama at sita 49jili login to my account philippines app Forgot transaction password Fg777app download Baccarat in casino online 98 jili casino login register philippines download app Marvelbet apps download apk for android Xo jili app login Speed roulette strategy betway zambia live soccer online casino games Casino 777 lucky jili slots real money yakuza: like a dragon slots high payout token Wild Coaster PG slot Turkish Airlines flights Bet jili app download for iphone Why do slot machines have bingo cards Ez jili code philippines DOUBLE Jackpot Slot MACHINE for sale play free online casino games Bet777 Login app Supabets mobile app download Winning plus 40 apk Play top Dollar slot machine online free no download Jackpot meter jili download apk Plot 777 casino login register link Best time to play jili slot on sunday reddit