Hi,
We have an offsite payment app.
It is live and in use.
And we are looking to add its icon to https://github.com/activemerchant/payment_icons/i
How do we generate the icon name?
Our app is this: https://apps.shopify.com/solana-pay-helio
In the documentation on Github it says to use alphanumeric only. Should we use solanapayhelio for it?
And once we have it on that Github repository, do we have to update our toml file to link to that image?
Or can we name it anything, and then we update our toml file with this:
supported_payment_methods = ["solanapayhelio"]
??
thank you