Skip to content

Commit

Permalink
Updates EC image for checkout page, resolves #235
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Angell committed Aug 6, 2016
1 parent d9a8900 commit e1c6c45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added assets/images/paypal-credit-card-logos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion classes/wc-gateway-paypal-express-angelleye.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function get_icon() {
global $pp_settings;
$image_path = plugins_url() . "/" . plugin_basename(dirname(dirname(__FILE__))) . '/assets/images/paypal.png';
if ($this->show_paypal_credit == 'yes') {
$image_path = plugins_url() . "/" . plugin_basename(dirname(dirname(__FILE__))) . '/assets/images/paypal-credit.png';
$image_path = plugins_url() . "/" . plugin_basename(dirname(dirname(__FILE__))) . '/assets/images/paypal-credit-card-logos.png';
}
if (empty($pp_settings['checkout_with_pp_button_type'])) {
$pp_settings['checkout_with_pp_button_type'] = 'paypalimage';
Expand Down

0 comments on commit e1c6c45

Please sign in to comment.