Commit graph

156 commits

Author SHA1 Message Date
Emili Castells Guasch
4ffbde1fd2 Onboard vault v3 (WIP) 2023-09-04 14:27:25 +02:00
Emili Castells
0e97af9122
Merge pull request #1529 from woocommerce/PCP-1899-high-rate-of-auth-voids
High rate of auth voids on vaulted subscriptions for guest users (1899)
2023-08-17 11:28:11 +02:00
Emili Castells Guasch
26c9733181 Ensure WooCommerce Subscriptions plugin functions exist 2023-08-16 11:24:34 +02:00
Emili Castells Guasch
a211553e4b Check if guest customer id exist in user meta when checking if payment exist on PayPal 2023-08-03 12:28:20 +02:00
Emili Castells Guasch
ff7e505028 Increase saved payment checking time to allow webhook to arrive before 2023-07-21 15:49:32 +02:00
Emili Castells Guasch
04adf15df2 Update user tokens migration message 2023-07-05 17:04:33 +02:00
Emili Castells Guasch
45c69350e3 Fix skip empty key logic 2023-07-04 17:29:44 +02:00
Emili Castells Guasch
e38bd8f503 Revert action to re-run migration externally 2023-06-23 11:51:19 +02:00
Emili Castells Guasch
ba10ef98f3 Fix skip conditional 2023-06-23 11:39:25 +02:00
Emili Castells Guasch
73be9a11d9 Do not run migration if empty key by default 2023-06-23 11:23:59 +02:00
Emili Castells Guasch
d9aa2ab5cd Add initalized flag to prevent migration run multiple times 2023-06-22 14:55:25 +02:00
Emili Castells Guasch
76ac995c82 Use WC_Payment_Token_CC instead of custom one for cards 2023-05-31 11:46:29 +02:00
Emili Castells Guasch
58a08b3be0 Get customer tokens for each gateway 2023-05-30 14:47:00 +02:00
Emili Castells Guasch
3b1ad30aef Do not log token id 2023-05-29 17:09:32 +02:00
Emili Castells Guasch
ee16175438 Fix psalm 2023-05-29 16:48:23 +02:00
Emili Castells Guasch
5fce71e26c Add action scheduler 2023-05-29 16:24:50 +02:00
Emili Castells Guasch
a460da6267 Add action for running the migration 2023-05-29 15:21:32 +02:00
Emili Castells Guasch
d0d50c5696 Add logging to payment tokens migration 2023-05-29 13:02:59 +02:00
Emili Castells Guasch
9c1750c174 Add subscriptions api feature flag (WIP) 2023-05-15 15:38:40 +02:00
Emili Castells Guasch
5913ab8540 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-04-24 10:47:52 +02:00
Emili Castells Guasch
e146c023b0 Ensure payment tokens migration works for the same customer on multiple sites 2023-04-21 15:12:27 +02:00
Emili Castells Guasch
8b564d6fc3 Merge trunk 2023-04-20 14:18:30 +02:00
Emili Castells Guasch
29a21d214f Merge trunk 2023-04-17 14:16:53 +02:00
dependabot[bot]
a3eb52f4bc
Bump json5 from 2.2.0 to 2.2.3 in /modules/ppcp-vaulting
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-17 10:53:03 +00:00
dependabot[bot]
24cd27709f
Bump webpack from 5.74.0 to 5.76.0 in /modules/ppcp-vaulting
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-17 10:43:40 +00:00
Emili Castells Guasch
baee53e90f Fix merge conflicts 2023-03-17 09:20:51 +01:00
Emili Castells Guasch
57581a5ac4 Fix merge conflict 2023-03-17 08:56:58 +01:00
dependabot[bot]
c11d738f7b
Bump loader-utils from 2.0.0 to 2.0.4 in /modules/ppcp-vaulting
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.0...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 14:43:50 +00:00
emilicastells
fd7fc0b42d
Do not check vault enabled setting when running vaulting module 2023-02-03 12:46:54 +01:00
emilicastells
ee425588bf
Add subscriptions mode selector 2023-02-01 16:30:39 +01:00
emilicastells
c225320c97
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-26 14:53:11 +01:00
emilicastells
4c685428c6
Get user tokens from PayPal on multisite non main sites 2023-01-25 12:19:53 +01:00
Emili Castells
defd2369ad
Merge pull request #1104 from prettyboymp/fix/remove-user-meta-payment-token-storage
Remove user_meta storage of Payment Tokens
2023-01-25 11:17:09 +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
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
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
9e009a746a
Remove vaulting assets 2022-12-22 09:40:02 +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
emilicastells
f70f5c4e1a
Fix action name for debugging 2022-12-21 15:18:40 +01:00
emilicastells
e3d4348cd6
Use custom payment token class for acdc 2022-12-21 15:10:33 +01:00
emilicastells
87ca0a236a
Add logging for tokens migration 2022-12-21 11:25:55 +01:00
emilicastells
f6389e7cbb
Add logging for tokens migration 2022-12-21 11:13:39 +01:00
emilicastells
d7dcc55050
Fix psalm 2022-12-20 11:48:07 +01:00
emilicastells
59cd58db8c
Fix phpcs 2022-12-20 11:40:02 +01:00
emilicastells
29fae3107c
Fix psalm 2022-12-20 11:26:19 +01:00