Commit graph

2499 commits

Author SHA1 Message Date
Narek Zakarian
36d86aaba5 Function to check if tracking is enabled 2022-08-16 16:18:39 +04:00
Narek Zakarian
8ce45012f1 Add filters for changing statuses and carriers 2022-08-15 19:02:34 +04:00
Narek Zakarian
1242a45f8f Auto-enable tracking if is PUI ready for German merchants 2022-08-15 14:57:53 +04:00
Narek Zakarian
10da1f8067 method to check if PUI is ready in admin screen 2022-08-12 16:50:05 +04:00
Narek Zakarian
396352775b Get selected country from configuration 2022-08-12 16:25:32 +04:00
Narek Zakarian
36f7fd2b75 Fix "Select Carrier" option 2022-08-12 15:42:34 +04:00
Narek Zakarian
318f71b27c Improve js functionality 2022-08-12 15:41:13 +04:00
Narek Zakarian
f859d1425a Remove console.log 2022-08-11 17:59:58 +04:00
Narek Zakarian
3a2d72aa5c fix gitignore & add assets registration functionality. 2022-08-11 17:59:20 +04:00
Narek Zakarian
afc2d31852 fix error handling fro tracking endpoint 2022-08-11 17:57:18 +04:00
Narek Zakarian
a4cb280fe3 Fix PHPcs errors 2022-08-11 17:47:29 +04:00
Narek Zakarian
cd75b08e9e Add tracking info on order complete 2022-08-11 17:37:09 +04:00
Narek Zakarian
3e47e62f78 Document Carriers map 2022-08-11 14:54:38 +04:00
Narek Zakarian
7bd2f80c6a Add appropriate services 2022-08-11 14:22:16 +04:00
Narek Zakarian
054a6b2164 Create module assets 2022-08-11 14:21:38 +04:00
Narek Zakarian
70ab9393e2 Configuration for Carriers list 2022-08-11 14:20:42 +04:00
Narek Zakarian
c04cc5a2bd Render order-tracking metabox 2022-08-11 14:19:53 +04:00
Narek Zakarian
7998699a6b Create order-tracking endpoint 2022-08-11 14:19:03 +04:00
Narek Zakarian
8f45fa1cce Create setting to enable tracking 2022-08-11 14:17:48 +04:00
Narek Zakarian
0154278b1f Create Order-Tracking module 2022-08-11 14:17:12 +04:00
Emili Castells
08e580c609
Merge pull request #726 from woocommerce/pui-fix-load-js
Check gateway enabled to load pui js
2022-07-11 10:04:35 +02:00
dinamiko
d699ba61bf Check gateway enabled to load pui js 2022-07-11 09:34:40 +02:00
Emili Castells
5473695667
Merge pull request #725 from woocommerce/fix-phpcs
Fix phpcs warnings
2022-07-11 08:56:00 +02:00
Alex P
e73ebbadb6 Fix phpcs warnings 2022-07-11 09:19:27 +03:00
Emili Castells
861d22872c
Merge pull request #724 from woocommerce/PCP-664-1.9.0-test1-feature-capitalizati
[PUI] Feature capitalization not consistent (664)
2022-07-08 14:14:28 +02:00
dinamiko
be21934076 Update changelog 2022-07-08 14:08:05 +02:00
Emili Castells
39ee8ef90a
Merge pull request #723 from woocommerce/PCP-732-1.9.0-test5---skip-loading-of-pu
Skip loading of PUI js file on all pages where PUI gateway is not displayed (732)
2022-07-08 14:05:40 +02:00
dinamiko
37c608474b Make pui capitalizacion consistent 2022-07-08 12:01:19 +02:00
dinamiko
31823216e9 Load pui js script only in chekcout page 2022-07-08 11:54:23 +02:00
Emili Castells
5df6b78799
Merge pull request #722 from woocommerce/release/1.9.1
Release 1.9.1
2022-07-08 11:01:13 +02:00
dinamiko
e7a4522f8d Bump 1.9.1 version 2022-07-08 10:53:35 +02:00
Emili Castells
b84d6b7f25
Merge pull request #686 from woocommerce/PCP-260-card-type-detection-not-working
Fix credit card detection.
2022-07-08 10:36:13 +02:00
Emili Castells
a746548a65
Merge pull request #691 from woocommerce/PCP-624-pay-later-messaging-displayed-when-variation-is-not-selected
Pay later messaging displayed when variation is not selected
2022-07-08 10:35:22 +02:00
Emili Castells
37458baed5
Merge pull request #692 from woocommerce/PCP-199-pay-later-messaging-only-display-with-smart-buttons
Fix messaging display when the buttons are disabled.
2022-07-08 10:32:48 +02:00
Emili Castells
9dd23f3ccf
Merge pull request #714 from woocommerce/PCP-735-1.9.0-test5---missing-paypal-fee
Missing PayPal fee in WC order details for PUI purchase (735)
2022-07-08 10:31:49 +02:00
Emili Castells
9de45ae393
Merge pull request #711 from woocommerce/PCP-733-1.9.0-test5---pui-gateway-is-dis
PUI gateway is displayed with unsupported store currency (733)
2022-07-08 10:31:04 +02:00
Emili Castells
4c6b7b9659
Merge pull request #719 from woocommerce/pcp-443-fix-vaulted-card-button
Fix vaulted card button on order page
2022-07-08 10:26:53 +02:00
Emili Castells
b0ab8aa260
Merge pull request #721 from woocommerce/pcp-776-fix-mismatch
Fix mismatch checking
2022-07-08 10:24:52 +02:00
Alex P
2ca64739db Use str value when checking mismatch
Otherwise the check may fail depending on the rounding used when creating the Money objects
2022-07-07 12:36:14 +03:00
Alex P
82adf1933f Refactor money value formatting
Do not duplicate code and send string value for JPY
2022-07-07 12:34:21 +03:00
Alex P
9ab091b945 Fix shipping preference for vaulted card button 2022-07-05 17:30:12 +03:00
Alex P
fff2570124 Refactor shipping_preference
Extract its determination to a separate class, also remove useless CartRepository and use single PU to avoid confusion.
2022-07-05 14:37:04 +03:00
Danae Millan
67cdf9be8e
Merge pull request #715 from woocommerce/release/1.9.0
Update release date and release version for 1.9.0
2022-07-04 10:45:35 -03:00
Danae Millan
5047dfb94e Bump version number from 1.8.2 to 1.9.0 in package.json 2022-07-04 10:34:50 -03:00
Danae Millan
d410c0272b Update release date for 1.9.0 2022-07-04 10:28:49 -03:00
dinamiko
7aca62a1a3 Create capture entity from order response capture 2022-07-04 14:34:09 +02:00
dinamiko
f013d19047 Add PayPal fee to pui order 2022-07-04 12:20:34 +02:00
dinamiko
86f85eff63 Use shop currency service 2022-07-01 15:50:14 +02:00
dinamiko
b71cff1d57 Check pui currency in payment gateways 2022-07-01 14:57:59 +02:00
Emili Castells
49048c59d5
Merge pull request #710 from woocommerce/fix-validation-nonrequired
Show basic validation error only for required fields
2022-07-01 10:46:46 +02:00