Skip to content

Commit 086e31a

Browse files
committed
requested change
1 parent c2fbfe5 commit 086e31a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

includes/classes/PPMFWC/Gateway/Abstract.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ public function getIcon()
7373
}
7474

7575
// if any of the above settings are not set use static.pay for checkout images
76-
$fallback = 'https://static.pay.nl/payment_profiles/100x100/' . $this->getOptionId() . '.png';
77-
return $fallback;
76+
return 'https://static.pay.nl/payment_profiles/100x100/' . $this->getOptionId() . '.png';
7877
}
7978

8079
/**

0 commit comments

Comments
 (0)