Skip to content

Commit

Permalink
Merge pull request #158 from razorpay/replace_rzp_logo
Browse files Browse the repository at this point in the history
Instead of using local directory logo files now fetching the high res…
  • Loading branch information
ChetanGN authored Jul 6, 2020
2 parents 206ec70 + ae16c82 commit db95476
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed images/logo.png
Binary file not shown.
Binary file modified images/payment.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 woo-razorpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ protected function getCustomOrdercreationMessage()
*/
public function __construct($hooks = true)
{
$this->icon = plugins_url('images/logo.png' , __FILE__);
$this->icon = "https://cdn.razorpay.com/static/assets/logo/payment.svg";

$this->init_form_fields();
$this->init_settings();
Expand Down

0 comments on commit db95476

Please sign in to comment.