@onehilltech/ember-cli-stripejs

The ember-cli addon for Stripe

Usage no npm install needed!

<script type="module">
  import onehilltechEmberCliStripejs from 'https://cdn.skypack.dev/@onehilltech/ember-cli-stripejs';
</script>

README

ember-cli-stripejs

An add-on for integrating Stripe into your EmberJS application.

Installation

ember install @onehilltech/ember-cli-stripejs

Usage

[Longer description of how to use the addon in apps.]

Using with Corber / Cordova

If you are using any of the Stripe element component in a Corber (or Cordova) application, then you must allow navigation the Stripe. Otherwise, the Stripe element components will not load correctly.

<allow-navigation href="https://js.stripe.com/*" />