Commit Graph

619 Commits

Author SHA1 Message Date
Rinat Arsaev
3e77d3e8cf
Fix render (#287) 2019-02-01 12:28:58 +03:00
Rinat Arsaev
7ecbfce03a
FE-746: Full migrate to styled components (#286) 2019-01-29 19:54:37 +03:00
Rinat Arsaev
f526410dca
FE-705: Theming (#283) 2018-12-20 11:56:59 +03:00
Ildar Galeev
8ebd1fced0
FE-710: Fix amount formation. (#285) 2018-11-29 18:59:46 +03:00
Rinat Arsaev
016e5b66aa
FE-709: Fix iPhone's scrolling (#284) 2018-11-28 16:30:27 +03:00
Rinat Arsaev
dede2c0b3a
FE-683: Add invalidInvoiceStatus and invoicePaymentPending handler (#281) 2018-11-14 12:01:22 +03:00
Rinat Arsaev
2f68e9b049
FE-680: Fix animations (#280) 2018-10-08 11:52:37 +03:00
Rinat Arsaev
4ded608ac1
FE-658: Recurring via first payment (#276) 2018-10-08 11:47:38 +03:00
Rinat Arsaev
35031cca40
FE-671: Fix get URL params (#279) 2018-09-25 20:01:50 +03:00
Ildar Galeev
1849a12b32
FE-667: Lodash import fix. Apple pay make payment fix. (#278) 2018-09-25 17:24:28 +03:00
Rinat Arsaev
d2ce195bc9
FE-665: Update success icon (#277) 2018-09-05 11:16:54 +03:00
Rinat Arsaev
edd1e8fed0
FE-649: Event pooling as warning (#274)
* events from model to events state
2018-09-03 13:52:35 +03:00
Rinat Arsaev
e95b10db67
Close app on error (#275) 2018-08-30 11:42:39 +03:00
Rinat Arsaev
c2cfdcef53
FE-643 FE-645: fix re-payment bug with open amount, init error handling (#273) 2018-08-23 16:27:39 +03:00
Alexandra Usacheva
50f0ad55b4
FE-636: amount formatter (#270) 2018-08-14 19:25:12 +03:00
Rinat Arsaev
971ddd4ea7
FE-641: add tokenized payment methods to config (#272)
* add to init config

* fix tests

* fix paymentFlowHold for terminals and wallets
2018-08-14 14:23:32 +03:00
Rinat Arsaev
9d0fd2163f
FE-638: fix animations (#271)
* update react-transition-group minor 

* fix slide animation

* fix interaction animation

* add close animation
2018-08-14 13:19:30 +03:00
Rinat Arsaev
04ab4c2948
Fix ref_id param for samsung pay (#269) 2018-08-06 18:25:05 +03:00
Rinat Arsaev
1ca58cad57
FE-635: Fix final page design (#268)
* add styleguidist

* add scss in prettier

* update final modal
2018-08-02 18:54:57 +03:00
Rinat Arsaev
5e37204289
Add samsung pay callback URL (#267) 2018-08-02 13:42:18 +03:00
Rinat Arsaev
6c80075fd2
Add samsung pay to webpack.prod.config (#266) 2018-08-01 20:11:02 +03:00
Rinat Arsaev
bde73f6008
FE-634: add prettier (#265)
* add prettier

* add prettier in CI

* fix with prettier
2018-08-01 13:25:13 +03:00
Rinat Arsaev
5e892a9ce2
FE-632: Add samsung pay (#264)
* add samsung pay

* remove applePayMerchantValidationEndpoint config

* fix modal interaction

* fix priority
2018-07-31 19:53:53 +03:00
Rinat Arsaev
ec546eb66e
FE-628: Update under the new design (#262)
* update under the new design

* add smart height

* remove unused colors
2018-07-23 19:48:12 +03:00
Ildar Galeev
cfbfaa9d1d
FE-626: Used cross-origin-communicator instead local communicator. (#263) 2018-07-23 11:09:43 +03:00
Ildar Galeev
d29770ec32
FE-625: New communicator. (#261)
* FE-625: Added new communicator. Remove footer.

* FE-625: Remove mock.

* FE-625: Updated backgrounds.
2018-07-19 15:23:55 +03:00
Alexandra Usacheva
4d9c6996c7
FE-615: help form (#258) 2018-07-13 11:45:28 +03:00
Rinat Arsaev
03f3907f8c
Hide terminals in payment flow hold (#260)
* move log-unavailable-result to sagas root

* hide terminals in paymentFlowHold

* add test for 'config with truthy terminals and truthy paymentFlowHold'

* add tests for logUnavailableResult

* add --silent for jest
2018-07-11 18:01:13 +05:00
Ildar Galeev
649360baf1
FE-609: Google gateway ID changes. Added samsung pay view logic. (#259) 2018-07-04 16:12:39 +03:00
Alexandra Usacheva
a53075e722 Fix/google pay (#257)
* FIX: google pay gateway merchant id

* FIX: Added new codes for phones
2018-06-27 20:29:07 +03:00
Ildar Galeev
98c57d4cc9
Fix invoice template amount with open amount. (#254) 2018-06-18 19:19:20 +03:00
Ildar Galeev
daa3343e50
FE-609: Added Google Pay merchant info. (#256) 2018-06-18 19:18:56 +03:00
Ildar Galeev
a4859b4640
FE-609: Enable prod mode. (#255) 2018-06-18 19:03:58 +03:00
Ildar Galeev
afd07584fc
Fix apple pay not known amount. (#253) 2018-06-13 11:58:55 +03:00
Ildar Galeev
db536ce637
Up to date with master. (#252) 2018-06-06 15:28:57 +03:00
Ildar Galeev
fda2e33952
FE-609: Added load timeout to google payment client. (#251) 2018-06-05 15:25:41 +03:00
Ildar Galeev
b1a9d11c2a
FE-549: Added initial payment method support. (#250) 2018-06-04 18:16:04 +03:00
Ildar Galeev
5c95c7e6e2
FE-609: Fix token provider form submit. (#249) 2018-06-01 19:00:10 +03:00
Ildar Galeev
6a92b8520e
FE-609: Introduce google pay test payment (#247) 2018-06-01 16:18:26 +03:00
Ildar Galeev
d04fa361aa
Fix popup mode. (#246) 2018-05-21 16:28:44 +03:00
Ildar Galeev
a906d990cf
FE-611: Bump build image. Added supportedNetworks calc. Removed redux thunk. (#245) 2018-05-16 14:01:11 +03:00
Ildar Galeev
02cbf241fd
Update bankcard info. (#244) 2018-05-11 16:00:40 +03:00
Ildar Galeev
b47c908230
Fix apple pay availability. (#243) 2018-05-10 12:02:11 +03:00
Ildar Galeev
1bfc78e9da
Up to date with master. (#242) 2018-05-08 16:23:41 +03:00
Ildar Galeev
a14dc525e2
Epic: Introduce apple pay (#235) 2018-05-08 15:23:26 +03:00
Ildar Galeev
22ecb921a1
Fix is multi methods. (#237) 2018-04-28 19:10:56 +03:00
Alexandra Usacheva
1625ea68ec
FE-588: error mapping (#231) 2018-04-09 19:31:29 +03:00
Alexandra Usacheva
ccc5a0c374
FE-585: added overlay background for popupmode (#229) 2018-04-04 17:01:59 +03:00
Alexandra Usacheva
36d89e64e6
FIX: Added new codes for phones (#230) 2018-04-04 15:37:56 +03:00
Ildar Galeev
4dfe657df2
FE-576: Multicurrency (#228) 2018-04-02 15:48:21 +03:00