mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Add note about Stripe card not being a Final Form field
This commit is contained in:
parent
af782db541
commit
07dc5b0444
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
/**
|
||||
* Note: This form is using card from Stripe Elements https://stripe.com/docs/stripe-js#elements
|
||||
* Card is not a Final Form field so it's not available trough Final Form.
|
||||
* It's also handled separately in handleSubmit function.
|
||||
*/
|
||||
import React, { Component } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { FormattedMessage, injectIntl, intlShape } from 'react-intl';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue