Skip to content

Commit

Permalink
Release 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
edgaraswallee committed Jan 12, 2024
1 parent 3743308 commit 4bdfd3e
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 63 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ account dashboard.

## Documentation

[Documentation](https://plugin-documentation.wallee.com/wallee-payment/jtl-5/1.0.16/docs/en/documentation.html)
[Documentation](https://plugin-documentation.wallee.com/wallee-payment/jtl-5/1.0.17/docs/en/documentation.html)

## License

Expand Down
16 changes: 1 addition & 15 deletions docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/wallee-payment/jtl-5/releases/tag/1.0.16/">
<a href="https://github.com/wallee-payment/jtl-5/releases/tag/1.0.17/">
Source
</a>
</li>
Expand Down Expand Up @@ -371,16 +371,9 @@ <h1>
<span class="title-number">9</span>Support </h1>
</div>
<div class="chapter-body">
<div class="section" id="_this_is_alpha_version_of_the_plugin_and_it_s_not_supported_for_a_moment">
<div class="section-title">
<h2>
<span class="title-number">9.1</span>This is Alpha version of the plugin and it&#8217;s not supported for a moment </h2>
</div>
<div class="section-body">
<div class="paragraph">
<p>If you need help, feel free to contact our <a href="https://app-wallee.com/space/select?target=/support">support</a>.</p>
</div> </div>
</div> </div>
</div> </div>
</div>
</div>
Expand Down Expand Up @@ -510,13 +503,6 @@ <h2>
<span class="item-number">9</span>
<span class="item-title">Support</span>
</a>
<ul class="nav">
<li class="nav-level-2">
<a href="#_this_is_alpha_version_of_the_plugin_and_it_s_not_supported_for_a_moment">
<span class="item-number">9.1</span>
<span class="item-title">This is Alpha version of the plugin and it&amp;#8217;s not supported for a moment</span>
</a>
</li> </ul>
</li> </ul>
</div> </div>
</div>
Expand Down
32 changes: 0 additions & 32 deletions frontend/template/wallee_thank_you_page.tpl

This file was deleted.

11 changes: 8 additions & 3 deletions frontend/wallee_thank_you_page.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
$_SESSION['transactionId'] = null;
$_SESSION['arrayOfPossibleMethods'] = null;

$smarty
->assign('Bestellung', $_SESSION['orderData'])
->assign('mainCssUrl', $plugin->getPaths()->getBaseURL() . 'frontend/css/wallee-loader-main.css');
$linkHelper = Shop::Container()->getLinkService();
$orderId = $_SESSION['orderData']->kBestellung ?? 0;
$bestellid = $this->db->select('tbestellid', 'kBestellung', $orderId);
$controlId = $bestellid->cId ?? '';
$url = $linkHelper->getStaticRoute('bestellabschluss.php') . '?i=' . $controlId;

\header('Location: ' . $url);
exit;
2 changes: 1 addition & 1 deletion info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Icon>logo.jpg</Icon>
<PluginID>jtl_wallee</PluginID>
<CreateDate>2023-05-29</CreateDate>
<Version>1.0.16</Version>
<Version>1.0.17</Version>
<Install>
<Locales>
<Variable>
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit0c705d4f6ad44a60d6a6f8a5fdb0f3ef::getLoader();
return ComposerAutoloaderInit974a0c054d192a5918b36b8844a8b07c::getLoader();
8 changes: 4 additions & 4 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit0c705d4f6ad44a60d6a6f8a5fdb0f3ef
class ComposerAutoloaderInit974a0c054d192a5918b36b8844a8b07c
{
private static $loader;

Expand All @@ -24,12 +24,12 @@ public static function getLoader()

require __DIR__ . '/platform_check.php';

spl_autoload_register(array('ComposerAutoloaderInit0c705d4f6ad44a60d6a6f8a5fdb0f3ef', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit974a0c054d192a5918b36b8844a8b07c', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInit0c705d4f6ad44a60d6a6f8a5fdb0f3ef', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit974a0c054d192a5918b36b8844a8b07c', 'loadClassLoader'));

require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit0c705d4f6ad44a60d6a6f8a5fdb0f3ef::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit974a0c054d192a5918b36b8844a8b07c::getInitializer($loader));

$loader->register(true);

Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInit0c705d4f6ad44a60d6a6f8a5fdb0f3ef
class ComposerStaticInit974a0c054d192a5918b36b8844a8b07c
{
public static $prefixLengthsPsr4 = array (
'W' =>
Expand Down Expand Up @@ -32,9 +32,9 @@ class ComposerStaticInit0c705d4f6ad44a60d6a6f8a5fdb0f3ef
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit0c705d4f6ad44a60d6a6f8a5fdb0f3ef::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit0c705d4f6ad44a60d6a6f8a5fdb0f3ef::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit0c705d4f6ad44a60d6a6f8a5fdb0f3ef::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit974a0c054d192a5918b36b8844a8b07c::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit974a0c054d192a5918b36b8844a8b07c::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit974a0c054d192a5918b36b8844a8b07c::$classMap;

}, null, ClassLoader::class);
}
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'a42c35d8e53e781ae02d3b3279fdc90a4e92c319',
'reference' => '79ee5d7a947d7c64fdc70998a75de4b52df1ef9f',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'a42c35d8e53e781ae02d3b3279fdc90a4e92c319',
'reference' => '79ee5d7a947d7c64fdc70998a75de4b52df1ef9f',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit 4bdfd3e

Please sign in to comment.