We will be off on April 7th (Monday) for public holiday in our country

Commit 7be49679 authored by Rik ter Beek's avatar Rik ter Beek Committed by GitHub

fix payment method POS (#771)

* fix payment method POS

* Remove unreachable code
Co-authored-by: default avatarMarcos Garcia <marcos.asgarcia@gmail.com>
parent f2c67bb3
......@@ -385,7 +385,7 @@ class PaymentMethods extends AbstractHelper
*/
public function getConnectedTerminals()
{
$storeId = $this->getQuote()->getStoreId();
$storeId = $this->session->getQuote()->getStoreId();
// initialize the adyen client
$client = $this->adyenHelper->initializeAdyenClient($storeId, $this->adyenHelper->getPosApiKey($storeId));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment