Skip to content

Commit

Permalink
SVG logo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Apr 24, 2024
1 parent e453b82 commit 96c7f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MolliePaymentGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static function getName(): string

public static function svgIcon(): string
{
return self::$svg ??= file_get_contents(__DIR__ . '/../../resources/logo.svg');
return self::$svg ??= file_get_contents(__DIR__ . '/resources/logo.svg');
}

public function createPaymentRequest(Payment $payment, Address $shippingAddress = null, array $options = []): PaymentRequest
Expand Down
2 changes: 1 addition & 1 deletion src/resources/logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 96c7f90

Please sign in to comment.