Skip to content

Commit

Permalink
[SHPWR-147] Payment information additionally saved in order additiona…
Browse files Browse the repository at this point in the history
…l fields
  • Loading branch information
rpWelschlau committed Apr 26, 2016
1 parent 1d7e910 commit b6ed274
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function getLabel()
*/
public function getVersion()
{
return "4.1.3";
return "4.1.4";
}

/**
Expand Down
2 changes: 2 additions & 0 deletions Controller/frontend/RpayRatepay.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ private function _proceedPayment()
's_order_attributes',
array(
'RatePAY_ShopID' => Shopware()->Shop()->getId(),
'attribute5' => $dgNumber,
'attribute6' => Shopware()->Session()->RatePAY['transactionId'],
'RatePAY_DgNumber' => $dgNumber,
'RatePAY_TransactionId' => Shopware()->Session()->RatePAY['transactionId']
),
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
|------|----------
|Author | Aarne Welschlau
|Shop Version | `5.0.x` `5.1.x`
|Version | `4.1.3`
|Version | `4.1.4`
|Link | http://www.ratepay.com
|Mail | [email protected]
|Installation | see below
Expand All @@ -24,6 +24,9 @@

## Changelog

### Version Version 4.1.4 - Released 2016-04-26
* Payment information additionally saved in order additional fields

### Version Version 4.1.3 - Released 2016-04-25
* Compatibility with deactivated conditions checkbox

Expand Down

0 comments on commit b6ed274

Please sign in to comment.