1.0.0-alpha.6 • Published 4 years ago

@rise/payment-form v1.0.0-alpha.6

Weekly downloads
-
License
BSD
Repository
github
Last release
4 years ago

RiSE Payment Form

Web components for RiSE Payment Forms and Previews.

Looking for RiSE?

Currently Supported RiSE:Payment Gateways:

  • Stripe
  • Nexio
  • Rave

All of these are enabled through using the RiSE:Payment application. If you are testing your app's setup with the rise-payment-form, you'll want to make sure you have the Application Endpoints enabled for your channels. Ask your TAM for more information.

Development

This web component is developed using the amazing and lightweight Svelte framework which can be exported as a normal web component. To run a local version of rise-payment-form, start with installing the node.js dependencies:

npm install

Then, start the local development server:

npm run dev

Testing

These components use Cypress & testing-library for testing.

It's recommend going through their docs if you intend on testing the components.

You can run the components tests with npm run cy:open.

FAQ

Find the most common FAQs here.

Publishing to npm

Contributing

All contributions are welcome!

License

This repository uses an MIT License. Like many of you, we value OSS!