Commit graph

3203 commits

Author SHA1 Message Date
Vesa Luusua
a2deea8b5e Update EstimatedBreakdownMaybe to use SCA process 2019-06-27 17:38:15 +03:00
Vesa Luusua
563e6faa49 Add new calls to stripe.duck.js (PaymentIntents)
and remove unused createStripePaymentToken
2019-06-27 17:37:38 +03:00
Vesa Luusua
4cb1af5703 Change transaction.js process to match alias (SCA version) 2019-06-19 17:13:31 +03:00
Vesa Luusua
3a9f1960c6 Change transaction process alias to SCA version 2019-06-19 17:12:26 +03:00
Vesa Luusua
7ee545f17d Add minutesBetween utility function 2019-06-19 17:09:51 +03:00
Vesa Luusua
e3852a2b20 Fix printAPIErrorsAsConsoleTable function 2019-06-19 17:09:04 +03:00
Vesa Luusua
3d1b041694 Add countryCodes.js file 2019-06-19 17:07:49 +03:00
Vesa Luusua
2b8496222c CheckoutPage: reorder imports 2019-06-11 13:42:20 +03:00
Jenni Nurmi
d8c5461a58 Clear cardtoken before redirecting 2019-06-11 13:18:32 +03:00
Jenni Nurmi
bab325bccc Add comment about default process 2019-06-10 14:01:53 +03:00
Robin Doherty
4b2560b228 prevent error when a provider commission does not exist 2019-06-10 13:50:01 +03:00
Jenni Nurmi
0e1d39cb86 Fix bug in review link 2019-06-10 11:09:38 +03:00
Janne Koivistoinen
a068611536 Fix empty priceFilter bug 2019-05-24 17:22:40 +03:00
Vesa Luusua
db11a921ad Check if the booking error happens due to disabled charge creation 2019-05-23 15:05:59 +03:00
Vesa Luusua
740e2f24bc Menu needs to wait mounting to calculate dimensions reliably 2019-05-22 12:54:15 +03:00
Vesa Luusua
df601c3088 Fix class name for Styleguide examples 2019-05-22 12:42:00 +03:00
Vesa Luusua
3dd951792f Use rawOnly example parameter in ImageCarousel 2019-05-21 16:30:11 +03:00
Vesa Luusua
926e68f854 StyleguidePage: add rawOnly flag for positioned components 2019-05-21 16:29:29 +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
af782db541 Fix small bug in stripe.duck.js 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
17bbaad975 Include stripeConnected attribute to currentUser entity 2019-05-08 13:31:20 +03:00
Greg Gutkin
560c0a05a0 Remove spurious modal requesting payment info setup
Current check for Stripe account setup is looking for non-existent `stripeAccount` property, causing a spurious modal asking to set up payment info even though it has already been configured. Changing to check the currect property on the `currentUser` object.
2019-05-08 12:55:37 +03:00
Jenni Nurmi
8de2513582 Change the place where to spread the object 2019-05-08 12:43:17 +03:00
Jenni Nurmi
9c84c9761f Don't mutate args in updatedEntities 2019-05-08 12:43:17 +03:00
Vesa Luusua
e5e972dc7d Update snapshots after flex-sdk-js version bump 2019-05-08 12:25:24 +03:00
Vesa Luusua
e2159de9f3 Reserve use* function naming pattern for React Hooks
Eslint-plugin rules of hooks assumed that useInitialValues was actually
a wrongly called hook
2019-05-08 12:25:23 +03:00
Jenni Nurmi
339676a2eb Check that lineItems exists in attributes 2019-05-07 17:55:20 +03:00
Greg Gutkin
55bf312b87 Use proper method for unsetting Sentry user context on logout
Current implementation causes an error popup on logout if Sentry is enabled. This is because `remove_user` is not a valid method on the `scope` object. Changing to use the `setUser` with a `null` parameter as discussed here - https://github.com/getsentry/sentry-docs/issues/500
2019-05-07 15:25:36 +03:00
Vesa Luusua
5a12a1e65f Update snapshots 2019-05-03 22:31:21 +03:00
Vesa Luusua
5cd7ba5afc Mock window.scroll - otherwise JSDOM prints a not-implemented error 2019-05-03 22:31:20 +03:00
Vesa Luusua
20d619df95 Circumvent intentional hash-link usage on example file (jsx-a11y/anchor-is-valid) 2019-05-03 22:31:20 +03:00
Vesa Luusua
a0fe57dfa4 Fix z-index calculation 2019-05-03 22:31:20 +03:00
Tri Nguyen
7a5e77f3be fix dispatch for fetchReviewRequest 2019-05-03 20:10:31 +07:00
Vesa Luusua
41c601784a Improve API errors printing 2019-04-24 14:15:59 +03:00
Vesa Luusua
f1bc1697b6 Month id strig should be generated on utc timezones 2019-04-24 12:25:48 +03:00
Vesa Luusua
be0c8a7cf5 InboxPage: use sparse fields to improve query performance 2019-04-12 16:19:32 +03:00
Vesa Luusua
26e82bcc50 SearchPage: use sparse fields when querying listing data 2019-04-12 13:25:12 +03:00
Vesa Luusua
d926f6b8c6 Make ListingPage to work with sparse listing data
while loadData is in progress
2019-04-12 13:21:09 +03:00
Vesa Luusua
fafefea5ee Make listing and user proptypes to work with sparse fields 2019-04-12 13:19:25 +03:00
Vesa Luusua
405e829554 Add German translations for recent PayoutDetailsForm changes 2019-04-05 14:58:57 +03:00
Vesa Luusua
b6dd976a96 Improve English translations 2019-04-05 14:58:56 +03:00
Vesa Luusua
ea8217a6ab Refactor configs for currency formatting 2019-04-05 14:56:10 +03:00
Vesa Luusua
18348a6955 Relocate currency configuration 2019-04-05 14:56:09 +03:00