Skip to content

Commit

Permalink
feat:
Browse files Browse the repository at this point in the history
* IntlCurrency and IntAmount added
* API 2.0 Support
* Production and testing API
* Removed T-Com brand names
* Added other languages support
* Removed Woo Multi Currency Support
* HNB auto conversion support
* added gitignore file
* removed old readme file
* Replace banner image of PayWay on checkout with smaller 250px width
  • Loading branch information
marinsagovac committed Sep 22, 2022
1 parent 6d70505 commit 9dc3a4f
Show file tree
Hide file tree
Showing 10 changed files with 223 additions and 223 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ modules.xml
php.xml
vcs.xml
woocommerce-tcom-payway.iml
.idea
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ Most recent latest changes is defined on every major, minor and bug fixes.

## Versions

### 1.6

* IntlCurrency and IntAmount added
* API 2.0 Support
* Production and testing API
* Removed T-Com brand names
* Added other languages support
* Removed Woo Multi Currency Support
* HNB auto conversion support
* added gitignore file
* removed old readme file
* Replace banner image of PayWay on checkout with smaller 250px width

### 1.3.3

* fixing minor bugs
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2018 Marin Sagovac
Copyright (c) 2017-2022 Marin Sagovac

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
52 changes: 27 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,47 @@
# Woocommerce HT PayWay (Croatia)

Woocommerce plugin for Wordpress to support payment gateway using Hrvatski Telekom PayWay payment gateway service.
# Woocommerce HT PayWay

![Woo](https://ps.w.org/woocommerce/assets/banner-1544x500.png)

![PayWay](assets/images/payway-logo.png)
---

![PayWay](assets/images/payway-logo.png|width=100 | width=150)

# Woocommerce Payment Wordpress Plugin
**Wordpress Woocommerce plugin** (payment gateway for Croatia)

Woocommerce plugin is payment gateway service plugin using with Hrvatski Telekom API payment gateway service.
Support payment gateway for PayWay HT payment gateway.

## API

From version 1.4 payway plugin support with API 2.0. Below 1.4 version: API of payment gateway 1.0.7 from official T-Com PayWay on July 2015 are supported.
API 2.0 support updated to latest IntlCurrency and IntAmount

Official T-Com Croatia [PayWay](https://www.hrvatskitelekom.hr/poslovni/ict/poslovna-rjesenja/web-shop#payway).
Official Croatia Hrvatski Telekom [PayWay](https://www.hrvatskitelekom.hr/poslovni/ict/poslovna-rjesenja/web-shop#payway).

## FEATURES

* API 2.0 Support
* Added autoform submit function to send customer data.
* Added T-Com PayWay cards types
* Auto multilanguage detection form
* List table of PayWay transactions on administration page
* Locale support on PayWay based on language on Wordpress page
* WPML and Woo Multi Currency support currency rate
* Multilanguage support using po/mo translation
Features
: IntlCurrency and IntAmount added
: API 2.0 Support
: Production and testing API
: Added other languages with automation language switching on PayWay form
: PayWay transaction admin page lists
: WPML support conversion rate
: Locale support based on WP locale settings (EN/HR)
: Multilanguage support using po/mo translation
: Replace banner image of PayWay on checkout with smaller 250px width

Removed
: Removed woo-multi-currency support and integration
: Removed T-Com names

## RELEASES

### OFFICIAL RELEASES

API 2.0:

* Version [1.5 API 2.0](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tags/1.5.zip) November/2021
* Version [1.4 API 2.0](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tags/1.4.zip) June/2021
* Version [1.6](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tags/1.6.zip) September/2022
* Version [1.5](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tags/1.5.zip) November/2021
* Version [1.4](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tags/1.4.zip) June/2021

Old releases:

Expand All @@ -43,13 +50,6 @@ Old releases:
* Release [1.2](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tag/1.2)
* Release [1.1](https://github.com/marinsagovac/woocommerce-tcom-payway/releases/tag/1.1)

### DEVELOPMENT RELEASE

Don't use for production. This is pre-release version or testing purposes only.

* Dev branch - [DEV](https://github.com/marinsagovac/woocommerce-tcom-payway/archive/dev.zip)

Those release are also updated as official release 1.4. You can download from official release.

## INSTALLATION

Expand All @@ -71,3 +71,5 @@ We're continuing to improving, upgrading and fixing our repository using open so
## LICENSE

A source code is an open-sourced and is under [MIT license](http://opensource.org/licenses/MIT) and is possible to change or improve code.

![Security](assets/images/payway.png)
Binary file modified assets/images/payway.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9dc3a4f

Please sign in to comment.