Can not load the checkout form

Hey,

According to the code sample:  https://developer.blackbaud.com/skyapi/apis/payments/checkout/integration-guide/standard-workflow/code-sample 

I'm writing the code in React.js, this is my code:  https://www.screencast.com/t/gLkynTOG 

I receive errors in the console: https://www.screencast.com/t/IrHarxBXitD9

The Blackbaud checkout form does not open.


Thanks,

Omri

Comments

  • Mina Mistry
    Mina Mistry Blackbaud Employee
    Seventh Anniversary Kudos 2 Name Dropper Participant
    Hi Omri


    Could you try updating your Content Security Policy (CSP) to provide permission to the Blackbaud domain?  For example:

    <meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline' *.blackbaud.com *.googleadservices.com " />

Categories