JarvusInnovations / puppeteer-cli

A general command-line wrapper for puppeteer. Currently only supports one command—`print`—to render a local/or remote HTML file to PDF. Aims to be a easy replacement for the deprecated wkhtmltopdf.
MIT License
53 stars 25 forks source link

import { loadScript } from "@paypal/paypal-js"; #37

Open shango420 opened 10 months ago

shango420 commented 10 months ago

import { loadScript } from "@paypal/paypal-js"; loadScript({ "client-id": shango420 ID }) .then((paypal) => { // start to use the PayPal JS SDK script }) .catch((err) => { console.error("failed to load the PayPal JS SDK script", err); });

_Publicado originalmente por @shango420 en https://github.com/shango420/echo--script-src-https-www.paypal.com-sdk-js-client-id-SU_CLIENTE_ID-componentes-SU_COMPONENTES-s/issues/10#issuecomment-1779871900_

shango420 commented 10 months ago