Narek Zakarian
eb8efc41f5
Add spinner and disable buttons while switching PUI checkbox
2022-09-15 16:55:41 +04:00
Emili Castells
1f564f8b28
Merge pull request #849 from woocommerce/fix-onboarding-js
...
Load onboarding.js only in Connection tab
2022-09-15 09:21:15 +02:00
Alex P
a10e1b8e2e
Load onboarding.js only in connection tab
...
Looks like it is not needed anywhere else, and in other tabs we get an error because it fails to find the checkbox
2022-09-15 10:13:02 +03:00
Emili Castells
7f566c6294
Merge pull request #844 from woocommerce/pcp-870-fix-browser-support
...
Improve old browsers support
2022-09-14 15:51:20 +02:00
Emili Castells
b549f71d77
Merge pull request #833 from woocommerce/PCP-784-pay-pal-order-created-twice-when-context-is-checkout
...
Refactor to remove second order creation part
2022-09-13 09:01:35 +02:00
Alex P
a766459ce1
Add FormData polyfil
...
Safari 10, Chrome 49, Firefox 43, ...
2022-09-12 11:42:58 +03:00
Alex P
86bd3886f0
Use appendChild for better compatibility
2022-09-12 10:23:53 +03:00
Alex P
3c4db55211
Use webpack/babel in onboarding module
2022-09-12 10:23:22 +03:00
Alex P
daad118148
Fix babel in other modules
2022-09-12 10:22:02 +03:00
Alex P
23cb96e6f9
Explicitly send cookies in fetch
...
Not sent by default in old browsers
2022-09-09 16:28:58 +03:00
Alex P
5be88678e7
Use appendChild for better compatibility
...
For some reason Babel does not polyfill it
2022-09-09 11:20:23 +03:00
Alex P
53d4648b4f
Use babel correctly to support old browsers
2022-09-09 10:29:14 +03:00
Alex P
a81a2ef7d1
Fix source maps in production
...
File source was huge because of that
2022-09-09 10:28:26 +03:00
Narek Zakarian
13ac2a3551
Refactor to remove second order creation part
2022-09-07 19:28:16 +04:00
Emili Castells
9533528c5c
Merge pull request #831 from woocommerce/gateway-enabled-from-gateway
...
Get gateway enabled value from gateway object instead of plugin settings
2022-09-07 16:06:50 +02:00
dinamiko
11b46d7912
Get gateway enabled value from gateway object instead of plugin settings
2022-09-07 15:35:12 +02:00
Emili Castells
bf4a94099f
Merge pull request #821 from woocommerce/PCP-885-connection-tab-improvements
...
Connection tab improvements
2022-09-06 14:56:40 +02:00
Emili Castells
672f4da996
Merge pull request #802 from woocommerce/PCP-885-create-new-connection-connected-tab
...
Create new connection tab
2022-09-06 14:56:33 +02:00
Emili Castells
37f13f389e
Merge pull request #825 from woocommerce/update-js
...
Remove unneeded babel package, update packages
2022-09-06 14:55:20 +02:00
Narek Zakarian
d7aef159f9
fix code styling
2022-09-06 14:23:50 +04:00
Alex P
2ea35d6dc9
Remove unneeded babel package, update packages
...
The spread operator package seems to be old and included by default in Babel 7.
And it probably was not used properly anyway because there was huge wall of warnings about it when building js.
2022-09-06 10:19:13 +03:00
Narek Zakarian
9694c05d6f
Fix PHPcs problems
2022-09-05 15:49:14 +04:00
Narek Zakarian
4bc5254382
fix account change behavior
2022-09-05 15:38:14 +04:00
Narek Zakarian
8aa8b8de72
Switch account screen on disconnect
2022-09-02 17:58:49 +04:00
Narek Zakarian
145bd8c791
use the constant to name connection settings
2022-09-02 15:54:19 +04:00
Narek Zakarian
23b7d312ad
Check if DCC is enabled on PayPal account.
2022-09-02 15:52:11 +04:00
Narek Zakarian
809b28e29f
Redirect to connection tab after onboarding.
2022-09-01 16:29:02 +04:00
Emili Castells
5f972f57eb
Merge pull request #812 from woocommerce/PCP-897-error-on-tracking-metaboxes
...
Pass the WC_Order ID instead of the WP_Post object ID
2022-09-01 14:06:46 +02:00
Narek Zakarian
2c27bf91d9
Pass the WC_Order class id instead of the WP_Post object id
2022-09-01 14:58:23 +04:00
Danae Millan
521ba0e24a
Merge pull request #810 from woocommerce/release/1.9.3
...
Update 1.9.3 changelog date
2022-08-31 22:49:09 -03:00
Danae Millan
b5de8946c0
Update relase date version
2022-08-31 22:34:01 -03:00
Danae Millan
93cc4634fb
Revert "Test changelog date in readme.txt file"
...
This reverts commit 2f2928b68a
.
2022-08-31 22:28:54 -03:00
Danae Millan
2f2928b68a
Test changelog date in readme.txt file
2022-08-31 21:48:11 -03:00
Danae Millan
5f4047d6a7
Add placeholder for 1.9.3 changelog date
2022-08-31 21:14:42 -03:00
Emili Castells
cd3e1a09ba
Merge pull request #808 from woocommerce/PCP-837-pui-ensure-taxes
...
PUI conflict with Germanized plugin and taxes
2022-08-31 17:33:18 +02:00
dinamiko
699dc8fbef
Fix phpcs
2022-08-31 17:27:18 +02:00
dinamiko
f5fa440f5d
Update changelog, skip failing testing for now
2022-08-31 17:20:54 +02:00
dinamiko
dbf5076c22
Add first item information
2022-08-31 16:15:20 +02:00
dinamiko
99f28ec68c
Unify all items into one and set tax values from amount
2022-08-31 15:32:55 +02:00
dinamiko
18490d76be
Fix rounding issue (WIP)
2022-08-31 13:08:30 +02:00
dinamiko
0a98d38891
Add decimal rounding fix for items total and tax total
2022-08-31 12:17:20 +02:00
dinamiko
6b84a66a48
Add round precision to diff
2022-08-31 11:14:43 +02:00
dinamiko
8a639e28d1
Add fix for one decimal difference
2022-08-30 17:57:03 +02:00
dinamiko
15a6685ff2
Allow skip ditch items when mismatch
2022-08-30 16:40:04 +02:00
dinamiko
526c25f501
Merge branch 'trunk' into PCP-837-pui-ensure-taxes
2022-08-30 14:41:36 +02:00
dinamiko
434876f81e
Add fees taxes
2022-08-30 14:40:03 +02:00
dinamiko
28294fa79c
Ensure item taxes for pui payment (WIP)
2022-08-29 16:20:39 +02:00
dinamiko
c95b9608d4
Ensure item taxes for pui payment (WIP)
2022-08-29 16:16:34 +02:00
dinamiko
0018227d88
Ensure item taxes for pui payment (WIP)
2022-08-29 15:18:40 +02:00
Emili Castells
3d652faa13
Merge pull request #807 from woocommerce/PCP-896-open-links-to-external-resources-in-a-new-tab
...
Open doc external links in new tab.
2022-08-29 14:35:48 +02:00