angular-stripe-checkout

WebJar for angular-stripe-checkout

License

License

MIT
Categories

Categories

Angular User Interface Web Frameworks Stripe Business Logic Libraries Financial
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

angular-stripe-checkout
Last Version

Last Version

2.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

angular-stripe-checkout
WebJar for angular-stripe-checkout
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/tobyn/angular-stripe-checkout

Download angular-stripe-checkout

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-stripe-checkout/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>angular-stripe-checkout</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-stripe-checkout/
implementation 'org.webjars.bower:angular-stripe-checkout:2.2.1'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-stripe-checkout/
implementation ("org.webjars.bower:angular-stripe-checkout:2.2.1")
'org.webjars.bower:angular-stripe-checkout:jar:2.2.1'
<dependency org="org.webjars.bower" name="angular-stripe-checkout" rev="2.2.1">
  <artifact name="angular-stripe-checkout" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-stripe-checkout', version='2.2.1')
)
libraryDependencies += "org.webjars.bower" % "angular-stripe-checkout" % "2.2.1"
[org.webjars.bower/angular-stripe-checkout "2.2.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

angular-stripe-checkout

angular-stripe-checkout is a thin wrapper around Stripe Checkout that adds a few useful features:

  • Defers loading of checkout.js until needed
  • Promisifies the handler object API
  • Provides a version of the "simple integration" API that lets you control the appearance of the button, and provides the token object to a function of your choice

Check out the examples for more details.

Install

bower install angular-stripe-checkout
npm install angular-stripe-checkout

Or just download a copy of angular-stripe-checkout.js.

Versions

Version
2.2.1
2.2.0
2.1.1
2.1.0