thephpleague / omnipay-paypal

PayPal driver for the Omnipay PHP payment processing library
MIT License
295 stars 174 forks source link

setHeaderImageUrl ? #238

Open VConsulting opened 4 years ago

VConsulting commented 4 years ago

Hello,

I would like to change the header image during payment, how do I do this?

I'm testing : $ this-> gateway = Omnipay :: create ('PayPal_Rest'); $ This-> Gateway-> setHeaderImageUrl ( 'https://toto.com/images/LogoPaypalHeader_1024x90.png'); ... But it doesn't work, any idea? Thank you in advance for your assistance.