1.9.0 • Published 2 months ago

@stratusjs/stripe v1.9.0

Weekly downloads
129
License
mit
Repository
github
Last release
2 months ago

@stratusjs/stripe

npm version

AngularJS Stripe Elements component to be used as an add on to StratusJS

Usage

Stratus HTML Components enabled

  • <stratus-stripe-payment-method></stratus-stripe-payment-method>

See the wiki for further instructions


Frameworks & Libraries

Installation

Within the project directory of Stratus

Either Yarn install

  • yarn add @stratusjs/stripe

Or NPM install

  • npm install @stratusjs/stripe

And include the library paths into your stratus config.js such as

boot.configuration.paths = {
  // STRATUS SRC: Stripe
  '@stratusjs/stripe/*': boot.deployment + '@stratusjs/stripe/src/*' + boot.suffix,

  // Components (Until Converted to Angular 10+)
  'stratus.components.stripePaymentMethod': boot.deployment + '@stratusjs/stripe/src/payment-method.component' + boot.suffix,
}

Dependencies

All dependencies need to be installed within the same project along with your config paths define. (manually installed for the time being)


License

All information contained herein is, and remains the property of Sitetheory and its suppliers, if any. The intellectual and technical concepts contained herein are proprietary to Sitetheory and its suppliers and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Sitetheory.

1.9.0

2 months ago

1.8.0

8 months ago

1.7.0

9 months ago

1.6.0

10 months ago

1.5.5

1 year ago

1.5.4

1 year ago

1.5.3

1 year ago

1.5.2

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.0

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago