Commit graph

3590 commits

Author SHA1 Message Date
emilicastells
fbaf97eb4f
Update changelog 2023-01-23 17:12:39 +01:00
emilicastells
3c7f653ca9
Add PayPal-Request-Id if payment source exist 2023-01-23 15:45:56 +01:00
Emili Castells
65c8accd5e
Merge pull request #1129 from woocommerce/PCP-1383-when-pui-is-enabled-fraud-net-should-be-also-enabled-mandatory-for-pui
When PUI is enabled FraudNet should be also enabled (mandatory for PUI)
2023-01-23 13:32:10 +01:00
emilicastells
dba6d093a4
Update changelog 2023-01-23 13:25:37 +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
Emili Castells
eb4a60e503
Merge pull request #1128 from woocommerce/PCP-1384-fatal-error-on-2-0-2-rc-1
Ensure `WC()->payment_gateways` is not null
2023-01-18 15:11:58 +01:00
emilicastells
e0d8715d0c
Update changelog 2023-01-18 15:06:54 +01:00
emilicastells
055ffa9370
Ensure WC()->payment_gateways is not null 2023-01-18 14:39:27 +01:00
Emili Castells
e383759e20
Merge pull request #1085 from woocommerce/pcp-558-remove-request-id
Do not send Paypal-Request-Id
2023-01-17 15:20:01 +01:00
emilicastells
93edabd4eb
Update changelog 2023-01-17 15:13:35 +01:00
emilicastells
05237ca93e
Remove request id repo from uninstall module 2023-01-17 15:09:36 +01:00
emilicastells
9055c702e7
Fix merge conflicts 2023-01-17 15:03:20 +01:00
Emili Castells
fee3ca92ec
Merge pull request #1122 from woocommerce/pcp-1379-gitignore-release
Remove .gitignore and other files during package build in all subdirs
2023-01-16 13:01:54 +01:00
emilicastells
59b5509e0f
Delete vaulting js 2023-01-16 12:39:14 +01:00
emilicastells
72eb713fd4
Add logic to enable/disable PayPal subscriptions feature 2023-01-16 12:37:16 +01:00
Alex P
143be438ea
Remove .gitignore and other files during package build in all subdirs 2023-01-13 17:14:43 +02:00
Alex P
d5f54abd94
Support grouped layout of sub mode plugin 2023-01-12 16:47:34 +02:00
Alex P
4bd39c9f95
Fix/refactor product button handling 2023-01-12 16:47:34 +02:00
Alex P
745c226f77
Hide product button when subscription mode chosen via plugin 2023-01-12 16:47:34 +02:00
Alex P
9ada189c9d
Improve cart subscriptions check
Make compatible with plugins like "All products for subscriptions"
2023-01-12 16:47:34 +02:00
Emili Castells
36fdfae960
Merge pull request #1119 from woocommerce/release/2.0.2
Release 2.0.2
2023-01-11 15:40:24 +01:00
emilicastells
e6722f01ec
Bump 2.0.2 version 2023-01-11 15:13:59 +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
6b5ed3fc80
Get subscription plan id from WC product 2023-01-10 11:32:44 +01:00
emilicastells
9f873b0661
Display PayPal subscription id and plan in metabox 2023-01-09 13:07:33 +01:00
emilicastells
5e15bf36c8
Use save_post after subscription meta is saved 2023-01-09 12:37:37 +01:00
emilicastells
760a6d06f7
Create PayPal subscription plan from WC subscription product (WIP) 2023-01-05 17:33:03 +01:00
emilicastells
3c1ad831c1
Add create product and plan endpoints 2023-01-05 15:43:32 +01:00
emilicastells
7774a5e8b0
Integrate PayPal Subscriptions (WIP) 2023-01-05 14:53:23 +01:00
emilicastells
dd3918b146
Extract vault logic into service 2023-01-04 12:40:24 +01:00
emilicastells
8b58eb0566
Extract intent and context logic into services 2023-01-04 12:13:26 +01:00
emilicastells
074caa6d48
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-02 15:24:35 +01:00
emilicastells
83c3dca560
Do not check signature type on filter 2023-01-02 15:08:23 +01:00
emilicastells
90e5bbaf03
Fix phpcs 2023-01-02 14:28:24 +01:00
emilicastells
bf648715d9
Create new WC payment token instance for each new payment token 2023-01-02 12:50:13 +01:00
Michael Pretty
923cf4cebc
Remove user_meta storage of Payment Tokens 2022-12-30 14:07:53 -05: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
Emili Castells
2dc6a6322b
Merge pull request #1066 from woocommerce/PCP-1083-update-standard-payments-tab-settings
Update the "standard payments" tab settings
2022-12-23 11:12:21 +01:00
Narek Zakarian
552dbe4751
Improve the Checkout buttons description 2022-12-23 12:41:46 +04:00
emilicastells
9e009a746a
Remove vaulting assets 2022-12-22 09:40:02 +01:00
emilicastells
a75e73ac76
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-22 09:31:43 +01:00
emilicastells
98e0c29ac7
Remove debug logging 2022-12-21 16:50:08 +01:00
emilicastells
63021acc62
Add email extra data 2022-12-21 16:06:11 +01:00
emilicastells
7bd716878b
Add credit card extra data to wc acdc payment token class 2022-12-21 15:58:39 +01:00