Skip to content

Commit

Permalink
Merge pull request #6 from genuineq/master
Browse files Browse the repository at this point in the history
[fix] prevent double load of PHP API library
  • Loading branch information
ionutcalara authored May 10, 2022
2 parents 73687dd + 9814203 commit 2fd7428
Show file tree
Hide file tree
Showing 6 changed files with 581 additions and 573 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ The following actions are available by clicking on the `Click for Additional Pay
## Available features

1. Capture
* Thirtybees admin panel: full capture
* Zencart admin panel: full capture
* Paylike admin panel: full/partial capture
2. Refund
* Thirtybees admin panel: full/partial refund
* Zencart admin panel: full/partial refund
* Paylike admin panel: full/partial refund
3. Void
* Thirtybees admin panel: full void
* Zencart admin panel: full void
* Paylike admin panel: full/partial void
93 changes: 49 additions & 44 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,44 +1,49 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.1.0 - 2021-08-26
### Changed
- js SDK version upgrade to '10.js' in includes\modules\payment\paylike\paylike.php file
- modified logic to work with v10 js SDK
- updated Readme.md

## 1.0.7 - 2021-03-18
### Added
- "changelog.txt" file for this plugin
### Changed
- external JavaScript file import from '3.js' to '6.js' in includes\modules\payment\paylike\paylike.php file

## 1.0.6 - 2020-09-30
### Changed
- The README.md file

## 1.0.5 - 2020-09-29
### Updated
- Test units
- Testing.md
- Readme.md
- paylike_version.txt from "0.1" to "0.2"
### Added
- "travis.yml" testing configuration file

## 1.0.4 - 2020-09-28
### Added
- Test units

## 1.0.3 - 2020-09-25
### BUG Fix
- Apply currency changes option to amount to be paid via Paylike module - Apply currency changes option to transaction requests (Instant capture, Delayed Capture, Refund, Partial refund, Void)

## 1.0.2 - 2020-05-08
### Changed
- The README.md file

## 1.0.1 - 2019-03-26
### Added
- The README.md file
- Initial commit
# Changelog
All notable changes to this project will be documented in this file.

## 1.1.1 - 2022-04-21
### Changed
Prevent double load of PHP API library.

## 1.1.0 - 2021-08-26
### Changed
- js SDK version upgrade to '10.js' in includes\modules\payment\paylike\paylike.php file
- modified logic to work with v10 js SDK
- updated Readme.md

## 1.0.7 - 2021-03-18
### Added
- "changelog.txt" file for this plugin
### Changed
- external JavaScript file import from '3.js' to '6.js' in includes\modules\payment\paylike\paylike.php file

## 1.0.6 - 2020-09-30
### Changed
- The README.md file

## 1.0.5 - 2020-09-29
### Updated
- Test units
- Testing.md
- Readme.md
- paylike_version.txt from "0.1" to "0.2"
### Added
- "travis.yml" testing configuration file

## 1.0.4 - 2020-09-28
### Added
- Test units

## 1.0.3 - 2020-09-25
### BUG Fix
- Apply currency changes option to amount to be paid via Paylike module
- Apply currency changes option to transaction requests (Instant capture, Delayed Capture, Refund, Partial refund, Void)

## 1.0.2 - 2020-05-08
### Changed
- The README.md file

## 1.0.1 - 2019-03-26
### Added
- The README.md file
- Initial commit
Binary file modified upload.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions upload/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ The following actions are available by clicking on the `Click for Additional Pay
## Available features

1. Capture
* Thirtybees admin panel: full capture
* Zencart admin panel: full capture
* Paylike admin panel: full/partial capture
2. Refund
* Thirtybees admin panel: full/partial refund
* Zencart admin panel: full/partial refund
* Paylike admin panel: full/partial refund
3. Void
* Thirtybees admin panel: full void
* Zencart admin panel: full void
* Paylike admin panel: full/partial void
Loading

0 comments on commit 2fd7428

Please sign in to comment.