Skip to content

Commit

Permalink
Release 1.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoEigenmannCW committed Oct 3, 2019
1 parent 8a6a101 commit 170e7fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ This repository contains the OpenCart PostFinance Checkout payment module that

## Documentation

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

## License

Please see the [license file](https://github.com/pfpayments/opencart-2.3/blob/1.0.26/LICENSE) for more information.
Please see the [license file](https://github.com/pfpayments/opencart-2.3/blob/1.0.27/LICENSE) for more information.
4 changes: 2 additions & 2 deletions docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/pfpayments/opencart-2.3/releases/tag/1.0.26/">
<a href="https://github.com/pfpayments/opencart-2.3/releases/tag/1.0.27/">
Source
</a>
</li>
Expand All @@ -48,7 +48,7 @@ <h1>
<div class="olist arabic">
<ol class="arabic">
<li>
<p><a href="https://github.com/pfpayments/opencart-2.3/releases/tag/1.0.26/">Download</a> the extension.</p>
<p><a href="https://github.com/pfpayments/opencart-2.3/releases/tag/1.0.27/">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
Expand Up @@ -9,7 +9,6 @@ class ControllerExtensionPostFinanceCheckoutEvent extends PostFinanceCheckout\Co

public function includeScripts(){
try {
\PostFinanceCheckoutHelper::instance($this->registry)->refreshWebhook();
$this->includeCronScript();
$this->includeDeviceIdentifier();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
try{
$this->load->controller('extension/postfinancecheckout/event/includeDeviceIdentifier');
\PostFinanceCheckoutHelper::instance($this->registry)->refreshWebhook();
\PostFinanceCheckout\Entity\Cron::cleanUpHangingCrons($this->registry);
\PostFinanceCheckout\Entity\Cron::insertNewPendingCron($this->registry);
$postfinancecheckout_cron_token = \PostFinanceCheckout\Entity\Cron::getCurrentSecurityTokenForPendingCron($this->registry);
Expand Down

0 comments on commit 170e7fb

Please sign in to comment.