Skip to content

Commit

Permalink
PSPAYPAL-815 remove bug
Browse files Browse the repository at this point in the history
  • Loading branch information
maexware-danny authored and René Gust committed Nov 25, 2024
1 parent 6090edf commit bbf319e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Service/ModuleSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,6 @@ public function showBannersOnCategoryPage(): bool
{
return (bool)$this->getSettingValue('oscPayPalBannersCategoryPage');
}
public function getDefaultShippingPriceForExpress(): string
{
return (string)$this->getSettingValue('oscPayPalDefaultShippingPriceExpress');
}
public function getCategoryPageBannerSelector(): string
{
return (string)$this->getSettingValue('oscPayPalBannersCategoryPageSelector');
Expand Down

0 comments on commit bbf319e

Please sign in to comment.