Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #9 from heidelpay/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Ryouzanpaku committed Jun 26, 2018
2 parents 2d8d7b7 + 80a2aa2 commit 6d8ccf1
Show file tree
Hide file tree
Showing 338 changed files with 13,444 additions and 7,062 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
/.php_cs.cache
/composer.lock
.php_cs.cache
composer.lock
composer.phar
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Release Notes - heidelpay extension for JTL Shop

##114

###18.06.26

###Added
- basket for secured invoice and secured direct debit to increase the acceptance rate of the insurance provider.
- info about the used shop and plugin version are in the payment request.
- support for asynchronously incoming payments via push notification.
- send uniqueId to WAWI for an easier way to map the payment transactions.

###Changed
- secured invoice is no longer available for the time of the actual session after user was denied by insurance provider.
That behaviour should avoid repetitive payment requests which will fail.
- "sofortueberweisung" was renamed "Sofort". (Reconfiguration necessary)
- Heidelberger Payment GmbH was renamed heidelpay GmbH.

###Fixed
- added Switch for secured direct debit to choose between booking modes authorize and debit(default).

## v113

###17.12.01
Expand All @@ -13,7 +32,7 @@
####Changed
- disabled Santander invoice in info.xml
- replaced heidelpay/php-api with heidelpay/php-payment-api
- replaced heidelpay/php-customer-messages with eidelpay/php-message-code-mapper
- replaced heidelpay/php-customer-messages with heidelpay/php-message-code-mapper
- changed namespaces according to new packages
- modified getIp() for proxy cases

Expand Down
78 changes: 39 additions & 39 deletions LICENSE.txt

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Payment extension for JTL Shop
To use this extension please create a folder named 'heidelpay_standard' in includes/plugins/ and
paste the downloaded files there.

From version 113 to 114 "Sofortüberweisung" will be replaced "Sofort". Therefore "Sofort" has to be assigned to the affected shipping methods and has to be reconfigured.

Documentation can be found at https://dev.heidelpay.de/jtl

## Currently supported payment methods:
Expand All @@ -31,7 +33,6 @@ Documentation can be found at https://dev.heidelpay.de/jtl
* invoice
* invoice secured b2c
* direct debit secured b2c
* Santander invoice

### SYSTEM REQUIREMENTS

Expand Down
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,23 @@
"require" : {
"php" : "~5.6.0|~7.0.0|~7.1.0",
"zendframework/zend-http" : "2.*",
"heidelpay/php-payment-api" : "v1.2.0",
"heidelpay/php-message-code-mapper": "v1.0.0"
"heidelpay/php-payment-api" : "v1.*",
"heidelpay/php-message-code-mapper": "v1.0.0",
"heidelpay/php-basket-api": "1.*"

},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"heidelpay/phpdocumentor": "2.9.*"
},
"authors" : [{
"name" : "Ronja Wann"
},
{
"name" : "Florian Evertz"
},
{
"name" : "David Owusu"
}
],
"support" : {
Expand Down
Loading

0 comments on commit 6d8ccf1

Please sign in to comment.