PaypalPlus iFrame与付款徽标

时间:2017-02-14 16:03:57

标签: magento paypal paypal-rest-sdk

如何在PaypalPlus iFrame集成中添加付款徽标?我们有2个PaypalPlus扩展,旧的显示Paypal的付款标识,直接借记等,但新的没有。 (Image有class class =" paymentMethodIcon")

在所有SDK&集成指南我没有找到任何有关此信息。 谁可以帮忙?这是依赖于集成的东西,是由Paypal控制还是有任何设置?

Thats how it should look

1 个答案:

答案 0 :(得分:0)

贝宝(Paypal)为付款墙iframe配置了允许域的白名单(请参见Content Security Policy)。

  • 图片网址必须为https(在docs中指定)
  • 您的图像必须位于白名单上的服务器上。
  • 这包括:图像URL不能具有自定义端口。
  • PayPal自动将包含PPP脚本的域添加到白名单。

如果您查看浏览器控制台,可能会看到如下错误:
Refused to load the image 'https://my-domain.de:7443/images/payment_sofort_small.png' because it violates the following Content Security Policy directive: "img-src https://*.paypalobjects.com https://ak1s.abmr.net https://ak1.abmr.net https://ak1s.mathtag.com https://akamai.mathtag.com https://my-domain.de".

这是我的情况:
enter image description here