Skip to content

Commit

Permalink
Adjusts logos
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Apr 19, 2016
1 parent 1439b6d commit 5acb2d7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified assets/images/paypal-braintree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/paypal-express.png
Binary file not shown.
Binary file added assets/images/paypal.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 includes/admin/class-wc-admin-setup-wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ protected function get_wizard_payment_gateways() {
),
'paypal-ec' => array(
'name' => __( 'PayPal Express Checkout', 'woocommerce' ),
'image' => WC()->plugin_url() . '/assets/images/paypal-express.png',
'image' => WC()->plugin_url() . '/assets/images/paypal.png',
'description' => sprintf( __( 'Safe and secure payments using credit cards or your customer\'s PayPal account. %sLearn more about PayPal%s.', 'woocommerce' ), '<a href="#" target="_blank">', '</a>' ),
'class' => 'featured featured-row-last',
'repo-slug' => 'woocommerce-gateway-paypal-express-checkout',
Expand Down

0 comments on commit 5acb2d7

Please sign in to comment.