mil-los / woocommerce-halk-bank-payment-gateway

Halk Bank Payment Gateway for WooCommerce with working Hash ver3 for the latest updates on the payment process by the bank.
GNU General Public License v3.0
1 stars 0 forks source link
halk-bank halkbank payment-gateway payment-processing payments woocommerce woocommerce-payment woocommerce-plugin

=== Halk Bank Payment Gateway For Woocommerce with working hash ver3 ===

== Notice of Hash ver3 Update ==

Due to a change in the hashing version, we are pleased to announce that we have developed a new plugin capable of handling the new ver3 hashing. This plugin is fully functional starting 01-April-2024.

== Description ==

Requires: WooCommerce 2.1+

This plugin allows your store to make payments via Halk Bank payment service.

== Installation ==

  1. Be sure you're running WooCommerce 2.1+ in your shop.
  2. You can: (1) upload the entire halk-bank-payment-woocommerce folder to the /wp-content/plugins/ directory, (2) upload the .zip file with the plugin under Plugins > Add New > Upload
  3. Activate the plugin through the Plugins menu in WordPress
  4. Go to WooCommerce > Settings > Payments and select "Halk Bank Payment" to configure.
  5. Make sure you fill in all Halk Bank fields.

== Frequently Asked Questions ==

What is the text domain for translations? The text domain is halk-payment-gateway-for-woocommerce.

== Changelog == 1.3 Implemented new way od processing required from the Bank with hashing ver3 1.2 Add live/test mode. Add transaction type. 1.1.1 Clean some code. 1.1 Add filter support for currency switcher. Filter name halk_amount_fix Example for EUR to MKD add_filter( 'halk_amount_fix', 'switch_currencies' ); function switch_currencies( $amount ) { return number_format( $amount * 61.5, 2, '.', '' ); } 1.0.1 Fix bug with older versions 1.0 Initial version.