1.2.2 • Published 2 years ago

@dicty/stripe v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@dicty/stripe

Dicty Stripe plugin

Install

npm install @dicty/stripe
npx cap sync

API

initialize(...)

initialize(opts: InitializeOptions) => Promise<void>
ParamType
optsInitializeOptions

isApplePayAvailable()

isApplePayAvailable() => Promise<void>

handleApplePay(...)

handleApplePay(opts: ApplePayOptions) => Promise<ApplePayResult>
ParamType
optsApplePayOptions

Returns: Promise<ApplePayResult>


isGooglePayAvailable()

isGooglePayAvailable() => Promise<void>

handleGooglePay(...)

handleGooglePay(opts: GooglePayOptions) => Promise<GooglePayResult>
ParamType
optsGooglePayOptions

Returns: Promise<GooglePayResult>


Interfaces

InitializeOptions

PropType
publicKeystring

ApplePayResult

PropType
resultApplePayResults

ApplePayOptions

PropType
productIdstring

GooglePayResult

PropType
resultGooglePayResults

GooglePayOptions

PropType
clientSecretstring

Enums

ApplePayResults

MembersValue
Completed'completed'
Cancelled'cancelled'
Failed'failed'

GooglePayResults

MembersValue
Completed'completed'
Failed'failed'
1.2.2

2 years ago

1.2.1

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago