Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

Commit

Permalink
Release 1.0.57
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrowanwallee committed Jul 23, 2024
1 parent 7707930 commit b5bc43f
Show file tree
Hide file tree
Showing 583 changed files with 1,405 additions and 599 deletions.
2 changes: 1 addition & 1 deletion LICENSE → LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2024 wallee AG

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ This repository contains the OpenCart wallee payment module that enables the sh

## Documentation

* [English](https://plugin-documentation.wallee.com/wallee-payment/opencart-3.0/1.0.56/docs/en/documentation.html)
* [English](https://plugin-documentation.wallee.com/wallee-payment/opencart-3.0/1.0.57/docs/en/documentation.html)

## Support

Support queries can be issued on the [wallee support site](https://app-wallee.com/space/select?target=/support).

## License

Please see the [license file](https://github.com/wallee-payment/opencart-3.0/blob/1.0.56/LICENSE) for more information.
Please see the [license file](https://github.com/wallee-payment/opencart-3.0/blob/1.0.57/LICENSE) for more information.
2 changes: 1 addition & 1 deletion docs/en.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

== Installation

1. link:https://github.com/wallee-payment/opencart-3.0/releases/tag/1.0.56/[Download] the extension.
1. link:https://github.com/wallee-payment/opencart-3.0/releases/tag/1.0.57/[Download] the extension.
2. Extract the files and upload the content of the `Upload` directory into the root directory of your store using FTP/SSH.
3. Login to the backend of your OpenCart store.
4. Navigate to Extensions -> Payment to install the plugin.
Expand Down
7 changes: 4 additions & 3 deletions docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="keywords" value="wallee, Opencart 3.0, Opencart Module, Opencart Payment, Opencart Extension, Payment, Payment Integration, Documentation"><meta name="description" value="The documentation for the Opencart extension that enables processing payments with wallee."> <link rel="canonical" href="https://plugin-documentation.wallee.com/wallee-payment/opencart-3.0/master/docs/en/documentation.html" />
<meta name="keywords" value="wallee, Opencart 3.0, Opencart Module, Opencart Payment, Opencart Extension, Payment, Payment Integration, Documentation"><meta name="description" value="The documentation for the Opencart extension that enables processing payments with wallee.">
<link rel="canonical" href="https://plugin-documentation.wallee.com/wallee-payment/opencart-3.0/master/docs/en/documentation.html" />
<title>wallee Opencart 3.0</title>
<link href="assets/monokai-sublime.css" rel="stylesheet" />
<link href="assets/base.css" rel="stylesheet" />
Expand All @@ -22,7 +23,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/wallee-payment/opencart-3.0/releases/tag/1.0.56/">
<a href="https://github.com/wallee-payment/opencart-3.0/releases/tag/1.0.57/">
Source
</a>
</li>
Expand All @@ -49,7 +50,7 @@ <h1>
<div class="olist arabic">
<ol class="arabic">
<li>
<p><a href="https://github.com/wallee-payment/opencart-3.0/releases/tag/1.0.56/">Download</a> the extension.</p>
<p><a href="https://github.com/wallee-payment/opencart-3.0/releases/tag/1.0.57/">Download</a> the extension.</p>
</li>
<li>
<p>Extract the files and upload the content of the <code>Upload</code> directory into the root directory of your store using FTP/SSH.</p>
Expand Down
Binary file modified docs/en/resource/alert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
200 changes: 100 additions & 100 deletions screenshots/alert.html

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions upload/admin/controller/extension/payment/wallee.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once DIR_SYSTEM . '/library/wallee/helper.php';
use Wallee\Controller\AbstractController;

Expand Down
9 changes: 9 additions & 0 deletions upload/admin/controller/extension/wallee/alert.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/wallee/helper.php');

/**
Expand Down
9 changes: 9 additions & 0 deletions upload/admin/controller/extension/wallee/completion.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/wallee/helper.php');

class ControllerExtensionWalleeCompletion extends \Wallee\Controller\AbstractController {
Expand Down
9 changes: 9 additions & 0 deletions upload/admin/controller/extension/wallee/event.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/wallee/helper.php');

class ControllerExtensionWalleeEvent extends Wallee\Controller\AbstractEvent {
Expand Down
9 changes: 9 additions & 0 deletions upload/admin/controller/extension/wallee/pdf.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/wallee/helper.php');

class ControllerExtensionWalleePdf extends Wallee\Controller\AbstractPdf {
Expand Down
9 changes: 9 additions & 0 deletions upload/admin/controller/extension/wallee/refund.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/wallee/helper.php');

class ControllerExtensionWalleeRefund extends \Wallee\Controller\AbstractController {
Expand Down
9 changes: 9 additions & 0 deletions upload/admin/controller/extension/wallee/transaction.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/wallee/helper.php');

class ControllerExtensionWalleeTransaction extends \Wallee\Controller\AbstractController {
Expand Down
9 changes: 9 additions & 0 deletions upload/admin/controller/extension/wallee/update.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/wallee/helper.php');

class ControllerExtensionWalleeUpdate extends \Wallee\Controller\AbstractController {
Expand Down
9 changes: 9 additions & 0 deletions upload/admin/controller/extension/wallee/void.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/wallee/helper.php');

class ControllerExtensionWalleeVoid extends \Wallee\Controller\AbstractController {
Expand Down
9 changes: 9 additions & 0 deletions upload/admin/language/de-de/extension/payment/wallee.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
/**
* ===========================================================================================
* Module configuration
Expand Down
9 changes: 9 additions & 0 deletions upload/admin/language/en-gb/extension/payment/wallee.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
/**
* ===========================================================================================
* Module configuration
Expand Down
9 changes: 9 additions & 0 deletions upload/admin/language/french/payment/wallee.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
/**
* ===========================================================================================
* Module configuration
Expand Down
9 changes: 9 additions & 0 deletions upload/admin/language/italien/payment/wallee.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
/**
* ===========================================================================================
* Module configuration
Expand Down
9 changes: 9 additions & 0 deletions upload/admin/model/extension/wallee/alert.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/wallee/helper.php');
use Wallee\Model\AbstractModel;

Expand Down
11 changes: 10 additions & 1 deletion upload/admin/model/extension/wallee/dynamic.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/wallee/helper.php');
use Wallee\Model\AbstractModel;

/**
* This class handles the creation of all files required to display payment methods dynamically.
*
* @author sebastian
* @author wallee AG (https://www.wallee.com)
*
*/
class ModelExtensionWalleeDynamic extends AbstractModel {
Expand Down
10 changes: 9 additions & 1 deletion upload/admin/model/extension/wallee/migration.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?php

/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/wallee/helper.php');

class ModelExtensionWalleeMigration extends Model {
Expand Down
9 changes: 9 additions & 0 deletions upload/admin/model/extension/wallee/modification.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/wallee/helper.php');
use Wallee\Model\AbstractModel;

Expand Down
9 changes: 9 additions & 0 deletions upload/admin/model/extension/wallee/order.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/wallee/helper.php');
use Wallee\Model\AbstractModel;

Expand Down
9 changes: 9 additions & 0 deletions upload/admin/model/extension/wallee/setup.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/wallee/helper.php');
use Wallee\Model\AbstractModel;

Expand Down
9 changes: 9 additions & 0 deletions upload/admin/model/extension/wallee/transaction.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/wallee/helper.php');
use Wallee\Model\AbstractModel;
use Wallee\Entity\TransactionInfo;
Expand Down
4 changes: 2 additions & 2 deletions upload/admin/view/template/extension/payment/wallee.twig
Original file line number Diff line number Diff line change
Expand Up @@ -288,14 +288,14 @@
<div class="form-group">
<label class="col-sm-2 control-label">{{ entry_version }}</label>
<div class="col-sm-10">
<p class="form-control-static">1.0.56</p>
<p class="form-control-static">1.0.57</p>
</div>
</div>

<div class="form-group">
<label class="col-sm-2 control-label">{{ entry_date }}</label>
<div class="col-sm-10">
<p class="form-control-static">2023/08/03 12:12:24</p>
<p class="form-control-static">2024/07/23 10:35:08</p>
</div>
</div>
</fieldset>
Expand Down
9 changes: 9 additions & 0 deletions upload/catalog/controller/extension/wallee/address.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/wallee/helper.php');
use Wallee\Controller\AbstractController;

Expand Down
9 changes: 9 additions & 0 deletions upload/catalog/controller/extension/wallee/cron.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* Wallee OpenCart
*
* This OpenCart module enables to process payments with Wallee (https://www.wallee.com).
*
* @package Whitelabelshortcut\Wallee
* @author wallee AG (https://www.wallee.com)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/wallee/helper.php');

class ControllerExtensionWalleeCron extends Controller {
Expand Down
Loading

0 comments on commit b5bc43f

Please sign in to comment.