Skip to content

Commit

Permalink
SVG fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Apr 24, 2024
1 parent 191dce0 commit f7fa51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NetopiaPaymentGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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
Loading
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 f7fa51c

Please sign in to comment.