How to add one more payment icon in the footer?

Hi folks how can add <img src=“https://cdn.shopify.com/s/files/1/0677/6376/5472/files/westpac.png?v=1734739470” width=“36” height=“24”

this payment icon in the footer? it should be aligned with other payment icons.

Hope this guide is helpful to you.

  1. Log in to Shopify > Online Store > Themes > Actions > Edit Code. (https://prnt.sc/uY9U7spGEzIV)
  2. Search footer.liquid, open the file, and find the key “list list-payment”. (https://prnt.sc/k1q2WR0LR3Q8)
  3. Copy & paste the custom code below
  4. Save changes.
- ![westpac.png?v=1734739470|140x96](upload://kBSiRi8hVMY1cB3rCbCIpEsU6eh.png)

perfect. Thanks.