Commit graph

1113 commits

Author SHA1 Message Date
Alex P
7c43d91288
Allow to capture automatically on status change 2023-02-14 10:30:59 +02:00
Emili Castells
a3dfc3c01e
Merge pull request #1169 from woocommerce/PCP-1421-label
Mention PUI only for German shops and add line breaks
2023-02-13 15:17:59 +01:00
Emili Castells
36281f4a8b
Merge pull request #1172 from woocommerce/PCP-1438-get-cart-warning
Use wp_loaded for fraudnet loading to avoid warnings
2023-02-13 15:15:53 +01:00
emilicastells
568b809834
Move context logic to trait 2023-02-13 11:01:51 +01:00
emilicastells
1f395701ed
Merge branch 'trunk' into PCP-1429-device-data-not-available-error-message-is-showing-for-pay-upon-invoice 2023-02-13 09:48:49 +01:00
Emili Castells
dd80f8fcfe
Merge pull request #1153 from woocommerce/PCP-1418-fees-display-filter
Add filter for disabling fees on wc order admin pages
2023-02-10 12:34:58 +01:00
emilicastells
88d85ca87d
Get button locations from smart_button_locations setting 2023-02-09 16:35:53 +01:00
Alex P
61dafb83d7
Use wp_loaded for fraudnet loading to avoid warnings
It needs wcgateway.enabled-ppcp-gateways which calls WC()->payment_gateways->get_available_payment_gateways(), and the hooks inside it can be used by other plugins resulting in warnings about calling functions like get_cart too early
One way to fix it is simply to use the wp_loaded hook instead of init, I think it supposed to be a more correct choice if interaction with other plugins (WC) is needed, because it is fired when "WP, all plugins, and the theme are fully loaded and instantiated"
2023-02-08 18:00:23 +02:00
Alex P
9839d24a66
Fix fraudnet docs url 2023-02-07 15:55:23 +02:00
Alex P
040c51a2b6
Mention PUI only for German shops and add line breaks 2023-02-07 15:53:11 +02:00
Alex P
333b48e4ec
Add tracking docs url 2023-02-07 15:52:58 +02:00
Emili Castells
664a53dd36
Merge pull request #1156 from khalilgharbaoui/trunk
Add option to hide funding resource Trustly
2023-02-07 12:58:00 +01:00
Alex P
abc39d4dbd
Mention PUI only for German shops and add line breaks 2023-02-07 10:58:38 +02:00
Alex P
df10747701
Fix default landing value 2023-02-06 10:13:38 +02:00
Alex P
3fe1a2a274
Add white color option 2023-02-06 10:06:32 +02:00
emilicastells
a8616603aa
Add new vaulting setting for advanced credit card 2023-02-03 17:07:51 +01:00
emilicastells
7f6cc9ad86
Detach vault_enabled setting from advanced credit cards 2023-02-03 12:41:06 +01:00
Khalil Gharbaoui
4f1f326172
Add option to hide funding resource Trustly 2023-02-02 04:36:02 +01:00
emilicastells
ee425588bf
Add subscriptions mode selector 2023-02-01 16:30:39 +01:00
Alex P
c3329c5e9d
Add filter for disabling fees on wc order admin pages 2023-02-01 16:31:43 +02:00
emilicastells
28d3e77217
Merge branch 'PCP-591-save-and-display-vaulted-payment-methods-in-woo-commerce-native-endpoint' into PCP-991-detach-vaulting-from-wc-subscriptions-support 2023-01-24 09:48:56 +01:00
emilicastells
d558f0db5c
Merge branch 'trunk' into PCP-591-save-and-display-vaulted-payment-methods-in-woo-commerce-native-endpoint 2023-01-24 09:48:29 +01:00
emilicastells
d6d417fb7a
Merge branch 'trunk' into PCP-1383-when-pui-is-enabled-fraud-net-should-be-also-enabled-mandatory-for-pui 2023-01-23 13:24:05 +01:00
emilicastells
1d152bd6ba
Fix merge conflicts 2023-01-23 12:15:23 +01:00
emilicastells
b1adb7f0d0
Merge branch 'trunk' into PCP-591-save-and-display-vaulted-payment-methods-in-woo-commerce-native-endpoint 2023-01-23 12:13:02 +01:00
Emili Castells
d7130a9fdc
Merge pull request #1106 from woocommerce/PCP-994-oxxo-type-error-after-2-0-update
Do not check type in filter callback signature (994)
2023-01-23 11:03:56 +01:00
emilicastells
ea201a3140
Disable Fraudnet checkbox when PUI is enabled 2023-01-20 10:58:43 +01:00
emilicastells
055ffa9370
Ensure WC()->payment_gateways is not null 2023-01-18 14:39:27 +01:00
emilicastells
9055c702e7
Fix merge conflicts 2023-01-17 15:03:20 +01:00
Emili Castells
d4187854de
Merge pull request #1029 from woocommerce/PCP-951-could-not-retrieve-order
Could not retrieve order error (951)
2023-01-11 09:55:34 +01:00
emilicastells
71c1937808
Remove temporary setting for debug 2023-01-10 11:39:09 +01:00
emilicastells
7774a5e8b0
Integrate PayPal Subscriptions (WIP) 2023-01-05 14:53:23 +01:00
emilicastells
83c3dca560
Do not check signature type on filter 2023-01-02 15:08:23 +01:00
emilicastells
35e3e97f88
Merge branch 'PCP-591-save-and-display-vaulted-payment-methods-in-woo-commerce-native-endpoint' into PCP-991-detach-vaulting-from-wc-subscriptions-support 2022-12-23 12:30:38 +01:00
emilicastells
e2f2d4cb05
Merge branch 'trunk' into PCP-591-save-and-display-vaulted-payment-methods-in-woo-commerce-native-endpoint 2022-12-23 12:30:10 +01:00
Narek Zakarian
552dbe4751
Improve the Checkout buttons description 2022-12-23 12:41:46 +04:00
Narek Zakarian
851ded9021
Fix the descriptions and labels 2022-12-21 18:20:42 +04:00
Narek Zakarian
0763e73cdb
Rename the Enable/Disable setting label for PayPal Gateway 2022-12-21 17:11:49 +04:00
Narek Zakarian
eb080c9275
Merge branch 'trunk' into PCP-1083-update-standard-payments-tab-settings 2022-12-20 19:37:51 +04:00
Narek Zakarian
c54c42a46d
Fix preview overlapping 2022-12-20 19:24:58 +04:00
emilicastells
2008b9d9a8
Merge branch 'PCP-591-save-and-display-vaulted-payment-methods-in-woo-commerce-native-endpoint' into PCP-991-detach-vaulting-from-wc-subscriptions-support 2022-12-20 11:30:32 +01:00
emilicastells
853357f1c5
Merge branch 'trunk' into PCP-591-save-and-display-vaulted-payment-methods-in-woo-commerce-native-endpoint 2022-12-20 11:27:05 +01:00
Narek Zakarian
416881da70
Fix Pay later locations according to selected smart button locations 2022-12-19 20:23:09 +04:00
Emili Castells
6845f1c629
Merge pull request #1041 from woocommerce/PCP-971-add-fraud-net-to-all-payments
Pcp 971 add fraud net to all payments
2022-12-15 14:35:27 +01:00
Alex P
2f6240bfb4
Do not send Paypal-Request-Id
The current usage is incorrect and only causes issues without solving any problems (we don't implement any way to retry requests).
2022-12-15 12:37:52 +02:00
emilicastells
7022924d7e
Merge branch 'trunk' into PCP-991-detach-vaulting-from-wc-subscriptions-support 2022-12-14 14:36:07 +01:00
emilicastells
e3dc563a6f
Fix phpcd 2022-12-08 14:18:03 +01:00
emilicastells
19735af651
Fix typo in log order id display 2022-12-08 11:09:06 +01:00
Narek Zakarian
edfbf2308c
Fix PHPcs problems 2022-12-06 15:53:52 +04:00
Narek Zakarian
927f96f4dc
Enable styling per location by default for smart buttons 2022-12-06 15:28:41 +04:00