new generated payment method icon
- 
					
					
					
					
i have followed the tutorial on bagisto page regarding creating a payment method using bagisto package generator, currently the payment method appears in the checkout page but doesn't have an icon, please i need help on how to add an icon .
 - 
					
					
					
					
inside src/Payment/YourPaymentMethod.php add the following code
/** * Get payment method image. * * @return array */ public function getImage() { $url = $this->getConfigData('image'); return $url ? Storage::url($url) : bagisto_asset('images/the-filename.png', 'shop'); } - 
					
					
					
					
@ghermans Thanks for your fast response, i added this code and still the image is not loading.
 - 
					
					
					
					
@ghermans thanks for your fast reply , i added this code and still no image for the payment method