Skip to content

Instantly share code, notes, and snippets.

@Ifmr24
Last active August 19, 2020 23:24
Show Gist options
  • Save Ifmr24/e0b1146669a0d2c7efa37bb1278e684c to your computer and use it in GitHub Desktop.
Save Ifmr24/e0b1146669a0d2c7efa37bb1278e684c to your computer and use it in GitHub Desktop.
payment
window.PaymentComponent = zoid.create({
tag: "payment-component",
url: "http://d2sftg1mzf8i5a.cloudfront.net/payments/form.html",
dimensions: {
width: "800px",
height: "600px",
},
props: {
onClick: {
type: "function",
required: false,
},
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment