diff --git a/README.md b/README.md
index df6841c..cd948eb 100644
--- a/README.md
+++ b/README.md
@@ -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.
\ No newline at end of file
+Please see the [license file](https://github.com/pfpayments/opencart-2.3/blob/1.0.27/LICENSE) for more information.
\ No newline at end of file
diff --git a/docs/en/documentation.html b/docs/en/documentation.html
index 4b474ef..0ccd41a 100644
--- a/docs/en/documentation.html
+++ b/docs/en/documentation.html
@@ -21,7 +21,7 @@
Documentation
-
+
Source
@@ -48,7 +48,7 @@
-
-
Download the extension.
+Download the extension.
-
Extract the files and upload the content of the Upload
directory into the root directory of your store using FTP/SSH.
diff --git a/upload/catalog/controller/extension/postfinancecheckout/event.php b/upload/catalog/controller/extension/postfinancecheckout/event.php
index 2d4b1b1..f9eae86 100644
--- a/upload/catalog/controller/extension/postfinancecheckout/event.php
+++ b/upload/catalog/controller/extension/postfinancecheckout/event.php
@@ -9,7 +9,6 @@ class ControllerExtensionPostFinanceCheckoutEvent extends PostFinanceCheckout\Co
public function includeScripts(){
try {
- \PostFinanceCheckoutHelper::instance($this->registry)->refreshWebhook();
$this->includeCronScript();
$this->includeDeviceIdentifier();
}
diff --git a/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutEvents.ocmod.xml b/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutEvents.ocmod.xml
index 6f0ee66..6bedb15 100644
--- a/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutEvents.ocmod.xml
+++ b/upload/system/library/postfinancecheckout/modification/PostFinanceCheckoutEvents.ocmod.xml
@@ -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);