Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #530 from tipsi/experimental+paymentMethodIdForCon…
Browse files Browse the repository at this point in the history
…firmResults

Payment Method id for confirm (Setup) Intent Results
  • Loading branch information
mindlapse authored Aug 29, 2019
2 parents 5a351c8 + 694f652 commit b7c293b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Stripe.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ import deprecatedMethodsForInstance from './Stripe.deprecated'
* @typedef {Object} PaymentIntentConfirmationResult
* @property {StripePaymentIntentStatus} status
* @property {string} paymentIntentId
* @property {string} paymentMethodId -- if available -- iOS-Only for now
* @property {string} paymentMethodId -- if available
*/

/**
Expand All @@ -108,7 +108,7 @@ import deprecatedMethodsForInstance from './Stripe.deprecated'
* @typedef {Object} PaymentIntentAuthenticationResult
* @property {StripePaymentIntentStatus} status
* @property {string} paymentIntentId
* @property {string} paymentMethodId -- if available -- iOS-Only for now
* @property {string} paymentMethodId -- if available
*/

/**
Expand Down

0 comments on commit b7c293b

Please sign in to comment.