Skip to content

Commit

Permalink
Merge pull request #7 in DEV-MO/shopware5-module from fix/SHPWR-327-f…
Browse files Browse the repository at this point in the history
…ix-update-function to master

* commit '1af2c81ff974f3bf574ab52c63eb1eee0ada9663':
  fix/SHPWR-327-fix-update-function
  fix/SHPWR-327-fix-update-function
  • Loading branch information
rpWhittington committed Aug 8, 2018
2 parents 90f062a + 1af2c81 commit b8fbdd2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bootstrapping/ShopConfigSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function loadShopCredentials()
*/
private function getRatepayConfig($profileId, $securityCode, $shopId, $country)
{
$factory = new Shopware_Plugins_Frontend_RpayRatePay_Component_Mapper_ModelFactory();
$factory = new \Shopware_Plugins_Frontend_RpayRatePay_Component_Mapper_ModelFactory();
$data = array(
'profileId' => $profileId,
'securityCode' => $securityCode
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@

## Changelog

### Version 5.1.1 - Released 2018-08-08
* hotfix plugin update function

### Version 5.1.0 - Released 2018-08-02
* add compatibility to PHP-7.2
* frontend changes on checkout/payment pages
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supplier": "RatePAY GmbH",
"description": "<h2>RatePAY Payment plugin for Shopware Community Edition Version 5</h2><ul><li style='list-style: inherit;'>RatePAY Payment Module</li><li style='list-style: inherit;'>Payment means: Invoice, Direct Debit (ELV), Rate</li><li style='list-style: inherit;'>Cancellations, Returns, etc. can be created from an additional tab in the order detail view</li><li style='list-style: inherit;'>Integrated support for multishops</li><li style='list-style: inherit;'>Improved payment form with visual feedback for your customers</li><li style='list-style: inherit;'>Supported Languages: German, English</li><li style='list-style: inherit;'>Backend Log with custom View accessible from your shop backend</li></ul>",

"currentVersion": "5.1.0",
"currentVersion": "5.1.1",
"payment_confirm": true,

"compatibility": {
Expand Down

0 comments on commit b8fbdd2

Please sign in to comment.