Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkreusch authored Dec 10, 2020
1 parent 43a68d0 commit c9fb45e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,12 @@ public function getJs($placement = 'Cart')
</script>';
</script>
EOT;
if ($this->configHelper->isDebugMode()) {
$return .= '<style>.amazon-pay-button, #amazon-pay-button-manual, #amazon-pay-button-product-info{display:none;}</style>';
}

return $return;
}
}
}

0 comments on commit c9fb45e

Please sign in to comment.