Skip to content

Commit

Permalink
Merge pull request #141 in PLUG_OPEN/swagpaymentpaypalunified from pt…
Browse files Browse the repository at this point in the history
…-9590/5.2/express-checkout-tax-free to master

* commit 'ec7ebf6f9e118b3dc0b23ea10e2341615aac3b63':
  PT-9590 - fix express checkout from detailpage
  • Loading branch information
mitelg committed Sep 26, 2018
2 parents 81cf177 + ec7ebf6 commit 7013f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controllers/Widgets/PaypalUnifiedExpressCheckout.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ public function createPaymentAction()
$admin->sGetPremiumShippingcosts(reset($countries));
}

$userData = $this->getUserData();
$basketData = $this->getBasket();
$userData = $this->getUserData();

$webProfileId = $this->settingsService->get('web_profile_id', SettingsTable::EXPRESS_CHECKOUT);
/** @var \Shopware\Models\Shop\DetachedShop $shop */
Expand Down

0 comments on commit 7013f8e

Please sign in to comment.