Skip to content

Commit

Permalink
Merge pull request #20 from OXID-eSales/STRIP-23_EE_Compatibility_OXID7
Browse files Browse the repository at this point in the history
Take over from 6.4 branch
  • Loading branch information
mariolorenz authored Jan 30, 2024
2 parents 8775054 + 9f247ac commit 43cb569
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.2] - 2024-??-??

- Fix onBording in OXID-Enterprise-Environment

## [2.0.1] - 2024-01-16

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public function stripeGetConnectUrl($sVarName)
$redirectUrl = Registry::getConfig()->getSslShopUrl().'admin/index.php?cl=stripeConnect&fnc=stripeFinishOnBoarding';
$redirectUrl.= '&stoken=' . Registry::getSession()->getSessionChallengeToken();
$redirectUrl.= '&shop_param=' . $sMode;
$redirectUrl.= '&shp=' . Registry::getConfig()->getShopId();

if ($sMode == 'test') {
return 'https://dev-osm.oxid-esales.com/stripe-connect?shop_redirect_url=' . rawurlencode($redirectUrl);
Expand Down
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'en' => 'This module integrates STRIPE as payment provider in your OXID Shop.',
],
'thumbnail' => 'img/stripe_logo.png',
'version' => '2.0.1',
'version' => '2.0.2-rc.1',
'author' => 'OXID eSales AG',
'url' => 'https://www.oxid-esales.com',
'email' => '[email protected]',
Expand Down

0 comments on commit 43cb569

Please sign in to comment.