Skip to content

Commit

Permalink
🐛 hotfix onLoadingComplete
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tokyo committed Sep 1, 2020
1 parent b62a45f commit 97ce768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-stripe-checkout-webview",
"version": "0.0.2",
"version": "0.0.3",
"description": "💰 React Native implementation for Stripe.js Checkout",
"author": {
"name": "Ahmed Tarek",
Expand Down
1 change: 1 addition & 0 deletions src/StripeCheckout.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const StripeCheckoutWebView = (props: Props) => {
checkoutSessionInput,
onSuccess,
onCancel,
onLoadingComplete,
options,
webViewProps = {},
renderOnComplete,
Expand Down

0 comments on commit 97ce768

Please sign in to comment.