Commit graph

109 commits

Author SHA1 Message Date
Vesa Luusua
dc61925e77 fix: fields having duplicate or undefined ids 2019-08-27 14:14:33 +03:00
Vesa Luusua
9eb4e7a125 pre-final-form naming pattern: form prop was conflicting with form api 2019-08-27 14:12:54 +03:00
Vesa Luusua
494ad56147 final form update: type is nowadays inside input props 2019-08-27 13:52:43 +03:00
Vesa Luusua
35039f5643 final form update: old recommendation format with null is not accepted anymore 2019-08-27 13:50:19 +03:00
Jenni Nurmi
d4c265c014 Create PaymentMethodsForm 2019-08-22 15:44:14 +03:00
Jenni Nurmi
8ffa38bcc0 Move StripePaymentAddress to components 2019-08-22 15:44:09 +03:00
Jenni Nurmi
a84df90ac3 Add code comment about mcc 2019-08-19 10:31:58 +03:00
Jenni Nurmi
e94c9d9409 Use stripe config to determine us specific fields 2019-08-19 10:31:53 +03:00
Jenni Nurmi
cfdfa2ead1 Small updates to en.json 2019-07-22 11:05:12 +03:00
Jenni Nurmi
426a12288b Add Singapore to Stripe countries 2019-07-04 15:05:46 +03:00
Vesa Luusua
9343ab9f30 Update StripePaymentForm: Add billing address fields.
Form is not visible after handleCardPayment is called.
Show errors on various steps of PaymentIntent (SCA) process.
2019-07-02 13:13:59 +03:00
Vesa Luusua
a2deea8b5e Update EstimatedBreakdownMaybe to use SCA process 2019-06-27 17:38:15 +03:00
Janne Koivistoinen
a068611536 Fix empty priceFilter bug 2019-05-24 17:22:40 +03:00
Jenni Nurmi
54ee91d2e5 Fix bug in showing error message 2019-05-16 15:07:51 +03:00
Jenni Nurmi
07dc5b0444 Add note about Stripe card not being a Final Form field 2019-05-16 11:04:28 +03:00
Jenni Nurmi
fcc932441e Update proptypes 2019-05-16 11:04:28 +03:00
Jenni Nurmi
a78777a85b Use Final Form 2019-05-16 11:04:20 +03:00
Jenni Nurmi
0896d315f3 Update tests 2019-05-09 16:02:45 +03:00
Jenni Nurmi
20b9c6c8a3 Add proptypes 2019-05-09 16:02:45 +03:00
Jenni Nurmi
291708ff8c Use values from store 2019-05-09 16:02:45 +03:00
Jenni Nurmi
952f713a5d Move creating payment token to strip.duck.js 2019-05-09 16:02:40 +03:00
Vesa Luusua
e5e972dc7d Update snapshots after flex-sdk-js version bump 2019-05-08 12:25:24 +03:00
Vesa Luusua
a0fe57dfa4 Fix z-index calculation 2019-05-03 22:31:20 +03:00
Vesa Luusua
f1bc1697b6 Month id strig should be generated on utc timezones 2019-04-24 12:25:48 +03:00
Vesa Luusua
d45f102940 PayoutDetailsForm: Fix individual account business URL for US 2019-04-02 15:26:57 +03:00
Vesa Luusua
9ff121c615 Add generic Stripe error messages to PayoutDetailsForm error rendering. 2019-03-27 13:23:29 +02:00
Vesa Luusua
59f5e08897 PayoutDetailsForm: use new individual and company account components 2019-03-26 22:20:15 +02:00
Vesa Luusua
4ffef72a25 Add PayoutDetailsCompanyAccount component 2019-03-26 22:20:14 +02:00
Vesa Luusua
aa35f81b28 Add PayoutDetailsAdditionalPersons component 2019-03-26 22:20:14 +02:00
Vesa Luusua
c0060128f9 Add PayoutDetailsAccountOpener component 2019-03-26 22:20:13 +02:00
Vesa Luusua
84c2894e84 Refactor PayoutDetailsBankDetails 2019-03-26 22:20:13 +02:00
Vesa Luusua
659f2364e6 Refactor PayoutDetailsAddress 2019-03-26 22:20:13 +02:00
Vesa Luusua
760c78e897 Add PayoutDetailsIndividualAccount component 2019-03-26 22:20:12 +02:00
Vesa Luusua
11997a8d7e Update PayoutDetailsPersonalDetails component 2019-03-26 22:20:05 +02:00
Vesa Luusua
d508c974ad Add PayoutDetailsCompany component 2019-03-25 17:49:53 +02:00
Vesa Luusua
0311ef3787 Add PayoutDetailsBusinessProfile component 2019-03-25 17:49:53 +02:00
Vesa Luusua
2ce3be3372 PayoutDetailsForm: helper functions to normalize US phone numbers 2019-03-25 17:49:53 +02:00
Vesa Luusua
cdaabd0f96 Add a list of merchant category codes (mcc) for US 2019-03-25 17:49:52 +02:00
Vesa Luusua
8223878f08 Remove deprecated subcomponents 2019-03-25 17:49:52 +02:00
Jenni Nurmi
21d504013c Show error also in StripePaymentForm 2019-03-07 14:10:25 +02:00
Jenni Nurmi
dbe92f5f3d Show error in PayoutDetailsForm if Stripe publishable key is not configured 2019-03-06 15:20:30 +02:00
Jenni Nurmi
0e975d2a61 Hide company account creation if new Stripe API is used 2019-02-28 09:35:14 +02:00
Vesa Luusua
5cecdc982e
Merge pull request #1024 from sharetribe/improve-bundling-order
Improve bundling order
2019-02-21 17:59:18 +02:00
Vesa Luusua
436151f804 Remove flashing CSS outline from FilterForm. 2019-02-20 12:55:29 +02:00
Vesa Luusua
b1eb69f6d3 Refactored className usage for InlineTextButton
They are changed to use rootClassName for consistency
and protection against future bundling order changes.
2019-02-19 15:49:49 +02:00
Vesa Luusua
d2b1db828e Refactored className usage for SecondaryButton
They are changed to use rootClassName for consistency
and protection against future bundling order changes.
2019-02-19 15:49:48 +02:00
Vesa Luusua
06ae0f24d6 Removed nonexsistent className props copy-pasted for PrimaryButton 2019-02-19 15:49:48 +02:00
Jenni Nurmi
41fac4000b Add two new custom breakpoints 2019-02-18 16:08:51 +02:00
Vesa Luusua
419dbb05d8 BookingDatesForm doesn't need to test last transition. 2019-01-30 14:20:59 +02:00
Vesa Luusua
a7b7c58d80 Extract transaction related code to its own util file
from types.js
2019-01-30 14:20:59 +02:00