How To Replace The Small Paypal Incontext Logo

paypal-shape-pill small logo to replace with larger one.... how to? thanks in advance

app/addons/paypal/func.php

Find the fn_paypal_get_checkout_payment_buttons function and add buttons array under the following line

environment: "'.$environment.'",

More details can be found here

https://developer.paypal.com/docs/classic/express-checkout/in-context/javascript_advanced_settings/#buttons-array

i cant find this part :

buttons: [
{
container: 'id',
type: 'checkout',
color: 'gold',
size: 'small',
shape: 'pill'
}
]

ant this } else {

$checkout_buttons[$payment_id] = '
';
}
is a else variant... when i update there noithing happnes

paypal-shape-pill small logo to replace with larger one.... how to? thanks in advance

Please specify the page (link to it) where you want to replace the logo.

i cant find this part :

buttons: [
{
container: 'id',
type: 'checkout',
color: 'gold',
size: 'small',
shape: 'pill'
}
]

You should add it after the specified line of code. It is not used out of the box and default logo is used in this case