Stripe checkout image

I’m having issues now that I’m using webpacker for assets. I used to pass the url to the image to my stripe checkout no problem.

but now it can’t find it.
# cart_image = asset_pack_path + “media/images/#{product.picurl }”

 images: ['https://desolate-journey-54830.herokuapp.com/packs/media/images/' + product.picurl],

images: [ image_tag “media/images/#{product.picurl }” ],

images: [cart_image],

I’ve tried all these variations.

they don’t work.

I think stripe deprecated use of images in checkout.

Thanks for the information that you share.