6.1.0 • Published 4 months ago

ocpayment-bundle v6.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

ocpayment-bundle

OC payment component bundle

NPM JavaScript Style Guide

Install

npm install --save ocpayment-bundle

Usage

import React, { Component } from 'react'

import MyComponent from 'ocpayment-bundle'
import 'ocpayment-bundle/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

Update Notes

Update 3.x.x to 4.x.x

  • Amount on stripe payment is now in cents.
  • Capture prop on payment inputs is changed to charge.
  • Stripe captureCard on true will create customer before charge. Without captureCard just will charge without creating a customer.

License

MIT © Ferran Neira Jorba(https://github.com/Ferran Neira Jorba)

6.1.0

4 months ago

6.0.0

4 months ago

5.0.4

5 months ago

5.0.3

5 months ago

5.0.2

5 months ago

5.0.1

8 months ago

5.0.0

12 months ago

4.0.4

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

4.0.3

1 year ago

4.0.2

1 year ago

3.0.4

1 year ago

3.0.3

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.1.2

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago