Skip to content

Commit

Permalink
Release 1.0.57
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrowanwallee committed Jan 24, 2024
1 parent b354ee6 commit 498beea
Show file tree
Hide file tree
Showing 399 changed files with 2,214 additions and 320 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 PostFinance Checkout payment module that

## Documentation

* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/opencart-2.3/1.0.56/docs/en/documentation.html)
* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/opencart-2.3/1.0.57/docs/en/documentation.html)

## Support

Support queries can be issued on the [PostFinance Checkout support site](https://www.postfinance.ch/en/business/support.html).

## License

Please see the [license file](https://github.com/pfpayments/opencart-2.3/blob/1.0.56/LICENSE) for more information.
Please see the [license file](https://github.com/pfpayments/opencart-2.3/blob/1.0.57/LICENSE) for more information.
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="PostFinance Checkout, Opencart 2.3, 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 PostFinance Checkout."> <link rel="canonical" href="https://plugin-documentation.wallee.com/wallee-payment/opencart-2.3/master/docs/en/documentation.html" />
<meta name="keywords" value="PostFinance Checkout, Opencart 2.3, 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 PostFinance Checkout.">
<link rel="canonical" href="https://plugin-documentation.weareplanet.com/weareplanet/opencart-3.0/1.0.57/docs/en/documentation.html" />
<title>PostFinance Checkout Opencart 2.3</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/pfpayments/opencart-2.3/releases/tag/1.0.56/">
<a href="https://github.com/pfpayments/opencart-2.3/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/pfpayments/opencart-2.3/releases/tag/1.0.56/">Download</a> the extension.</p>
<p><a href="https://github.com/pfpayments/opencart-2.3/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
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* PostFinanceCheckout OpenCart
*
* This OpenCart module enables to process payments with PostFinanceCheckout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
*
* @package Whitelabelshortcut\PostFinanceCheckout
* @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once DIR_SYSTEM . '/library/postfinancecheckout/helper.php';
use PostFinanceCheckout\Controller\AbstractController;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* PostFinanceCheckout OpenCart
*
* This OpenCart module enables to process payments with PostFinanceCheckout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
*
* @package Whitelabelshortcut\PostFinanceCheckout
* @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/postfinancecheckout/helper.php');

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* PostFinanceCheckout OpenCart
*
* This OpenCart module enables to process payments with PostFinanceCheckout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
*
* @package Whitelabelshortcut\PostFinanceCheckout
* @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/postfinancecheckout/helper.php');

class ControllerExtensionPostFinanceCheckoutCompletion extends \PostFinanceCheckout\Controller\AbstractController {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* PostFinanceCheckout OpenCart
*
* This OpenCart module enables to process payments with PostFinanceCheckout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
*
* @package Whitelabelshortcut\PostFinanceCheckout
* @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/postfinancecheckout/helper.php');

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

class ControllerExtensionPostFinanceCheckoutPdf extends PostFinanceCheckout\Controller\AbstractPdf {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* PostFinanceCheckout OpenCart
*
* This OpenCart module enables to process payments with PostFinanceCheckout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
*
* @package Whitelabelshortcut\PostFinanceCheckout
* @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/postfinancecheckout/helper.php');

class ControllerExtensionPostFinanceCheckoutRefund extends \PostFinanceCheckout\Controller\AbstractController {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* PostFinanceCheckout OpenCart
*
* This OpenCart module enables to process payments with PostFinanceCheckout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
*
* @package Whitelabelshortcut\PostFinanceCheckout
* @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/postfinancecheckout/helper.php');

class ControllerExtensionPostFinanceCheckoutTransaction extends \PostFinanceCheckout\Controller\AbstractController {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* PostFinanceCheckout OpenCart
*
* This OpenCart module enables to process payments with PostFinanceCheckout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
*
* @package Whitelabelshortcut\PostFinanceCheckout
* @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/postfinancecheckout/helper.php');

class ControllerExtensionPostFinanceCheckoutUpdate extends \PostFinanceCheckout\Controller\AbstractController {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* PostFinanceCheckout OpenCart
*
* This OpenCart module enables to process payments with PostFinanceCheckout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
*
* @package Whitelabelshortcut\PostFinanceCheckout
* @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/postfinancecheckout/helper.php');

class ControllerExtensionPostFinanceCheckoutVoid extends \PostFinanceCheckout\Controller\AbstractController {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* PostFinanceCheckout OpenCart
*
* This OpenCart module enables to process payments with PostFinanceCheckout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
*
* @package Whitelabelshortcut\PostFinanceCheckout
* @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
/**
* ===========================================================================================
* Module configuration
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* PostFinanceCheckout OpenCart
*
* This OpenCart module enables to process payments with PostFinanceCheckout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
*
* @package Whitelabelshortcut\PostFinanceCheckout
* @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
* @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/postfinancecheckout.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* PostFinanceCheckout OpenCart
*
* This OpenCart module enables to process payments with PostFinanceCheckout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
*
* @package Whitelabelshortcut\PostFinanceCheckout
* @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
* @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/postfinancecheckout.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* PostFinanceCheckout OpenCart
*
* This OpenCart module enables to process payments with PostFinanceCheckout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
*
* @package Whitelabelshortcut\PostFinanceCheckout
* @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
* @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/postfinancecheckout/alert.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* PostFinanceCheckout OpenCart
*
* This OpenCart module enables to process payments with PostFinanceCheckout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
*
* @package Whitelabelshortcut\PostFinanceCheckout
* @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/postfinancecheckout/helper.php');
use PostFinanceCheckout\Model\AbstractModel;

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

/**
* This class handles the creation of all files required to display payment methods dynamically.
*
* @author sebastian
* @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
*
*/
class ModelExtensionPostFinanceCheckoutDynamic extends AbstractModel {
Expand Down
10 changes: 9 additions & 1 deletion upload/admin/model/extension/postfinancecheckout/migration.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?php

/**
* PostFinanceCheckout OpenCart
*
* This OpenCart module enables to process payments with PostFinanceCheckout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
*
* @package Whitelabelshortcut\PostFinanceCheckout
* @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/postfinancecheckout/helper.php');

class ModelExtensionPostFinanceCheckoutMigration extends Model {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* PostFinanceCheckout OpenCart
*
* This OpenCart module enables to process payments with PostFinanceCheckout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
*
* @package Whitelabelshortcut\PostFinanceCheckout
* @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/postfinancecheckout/helper.php');
use PostFinanceCheckout\Model\AbstractModel;

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

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* PostFinanceCheckout OpenCart
*
* This OpenCart module enables to process payments with PostFinanceCheckout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
*
* @package Whitelabelshortcut\PostFinanceCheckout
* @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/postfinancecheckout/helper.php');
use PostFinanceCheckout\Model\AbstractModel;
use PostFinanceCheckout\Entity\TransactionInfo;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,14 +271,14 @@
<div class="form-group">
<label class="col-sm-2 control-label"><?php echo $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"><?php echo $entry_date; ?></label>
<div class="col-sm-10">
<p class="form-control-static">2023/08/03 12:11:25</p>
<p class="form-control-static">2024/01/24 10:16:08</p>
</div>
</div>
</fieldset>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* PostFinanceCheckout OpenCart
*
* This OpenCart module enables to process payments with PostFinanceCheckout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
*
* @package Whitelabelshortcut\PostFinanceCheckout
* @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/postfinancecheckout/helper.php');
use PostFinanceCheckout\Controller\AbstractController;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<?php
/**
* PostFinanceCheckout OpenCart
*
* This OpenCart module enables to process payments with PostFinanceCheckout (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
*
* @package Whitelabelshortcut\PostFinanceCheckout
* @author wallee AG (https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html)
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0)
*/
require_once modification(DIR_SYSTEM . 'library/postfinancecheckout/helper.php');

class ControllerExtensionPostFinanceCheckoutCron extends Controller {
Expand Down
Loading

0 comments on commit 498beea

Please sign in to comment.