Stripe error : unable to perform color detection

前端 未结 3 2259
盖世英雄少女心
盖世英雄少女心 2021-02-18 22:00

im currently attempting to integrate Stripe into a little website.

I can see within Firebug, that this get request runs correctly

https://checkout.stripe         


        
3条回答
  •  时光说笑
    2021-02-18 22:33

    I got the same error and setting color didn't work for me. I changed the path of the image to the one given in Stripe documentation:

    Changed

    https://stripe.com/template/img/documentation/checkout/marketplace.png
    

    to

    https://stripe.com/img/documentation/checkout/marketplace.png
    

提交回复
热议问题