Skip to content

Commit c2fbfe5

Browse files
committed
Requested change
1 parent 75d71d1 commit c2fbfe5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

includes/classes/PPMFWC/Gateway/Abstract.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ public function getIcon()
7272
return PPMFWC_PLUGIN_URL . 'assets/logos/payment_method_groups/' . $this->getImagePathName();
7373
}
7474

75-
return '';
75+
// 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;
7678
}
7779

7880
/**

0 commit comments

Comments
 (0)