When using PaymentIcon the docs give an example using name="shop-pay"
, this works and render the correct icon.
When looking at the list of possible names, there’s no shop-pay
, only shopify-pay
which renders a broken image icon…Additionally, when looking into typescript types, there’s only shopify-pay
.
I think we may be incorrectly reffering to shopify-pay
here.
shop-pay => Correct
shopify-pay => Broken image
Thank you