feat(stripe): add stripe plugin (#913)

* feat(stripe): add stripe plugin

* add stripe to index

* add param doc
This commit is contained in:
Ibby Hadeed
2017-01-20 16:02:17 -05:00
committed by GitHub
parent f10f152d2c
commit 0ec46b03b5
2 changed files with 108 additions and 0 deletions
+3
View File
@@ -100,6 +100,7 @@ import { SQLite } from './plugins/sqlite';
import { StatusBar } from './plugins/statusbar';
import { Stepcounter } from './plugins/stepcounter';
import { StreamingMedia } from './plugins/streaming-media';
import { Stripe } from './plugins/stripe';
import { ThreeDeeTouch } from './plugins/3dtouch';
import { Toast } from './plugins/toast';
import { TouchID } from './plugins/touchid';
@@ -211,6 +212,7 @@ export * from './plugins/sqlite';
export * from './plugins/statusbar';
export * from './plugins/stepcounter';
export * from './plugins/streaming-media';
export * from './plugins/stripe';
export * from './plugins/text-to-speech';
export * from './plugins/themeable-browser';
export * from './plugins/toast';
@@ -321,6 +323,7 @@ window['IonicNative'] = {
StatusBar,
Stepcounter,
StreamingMedia,
Stripe,
ThreeDeeTouch,
Toast,
TouchID,