Emili Castells
0672ca4950
Merge pull request #1509 from woocommerce/PCP-468-validate-merchant-id-field-format-when-saving-settings
...
validate Merchant ID field format when saving settings (468)
2023-07-18 15:43:52 +02:00
Emili Castells
75f73ea090
Merge pull request #1427 from woocommerce/feat/PCP-1709_soft_descriptor
...
Include soft descriptor for card's activity
2023-07-18 15:40:04 +02:00
Emili Castells
0aac0cf4e5
Merge pull request #1490 from woocommerce/PCP-1842-auto-disabled-acdc-vaulting-after-updating-to-2-1-0
...
Auto-disabled ACDC vaulting after updating to 2.1.0 (1842)
2023-07-18 15:38:56 +02:00
Emili Castells
a58900f1f0
Merge pull request #1507 from woocommerce/PCP-1846-log-subscription-mode-configuration-in-system-report
...
log Subscription Mode configuration in system report (1846)
2023-07-18 15:38:28 +02:00
Pedro Silva
35fbe42733
Refactor WooCommerce\PayPalCommerce\Onboarding\Exception\RuntimeException to \RuntimeException
...
Refactor to use add_query_arg in append_onboarding_token
2023-07-12 14:57:57 +01:00
Pedro Silva
1655a7aec9
Fix lint
2023-07-12 08:37:26 +01:00
Pedro Silva
7cba0edebf
Revert ppcp-text-input settings fields to text and add autocomplete="off"
2023-07-12 08:31:55 +01:00
Pedro Silva
512150a889
Add format validation for Merchant ID field
2023-07-11 18:25:37 +01:00
Pedro Silva
aa2889472d
Add subscriptions mode to WooCommerce status page.
2023-07-11 15:47:45 +01:00
Pedro Silva
96eae6c690
Add security to the onboarding return URL.
2023-07-07 18:44:53 +01:00
Pedro Silva
01717e740a
Add ACDC vault declaring support for subscriptions
2023-07-05 10:48:29 +01:00
Pedro Silva
a9e56a3ff3
Remove dependency of ACDC Vault with Reference Transaction enabled
2023-07-04 17:53:59 +01:00
Emili Castells
1d75e73b56
Merge pull request #1435 from woocommerce/PCP-860-apm
...
Improve handling of APMs when popup is not used or not redirected back to WC
2023-07-04 16:22:39 +02:00
Alex P
298a72b6c5
Improve error message
2023-07-04 15:32:41 +03:00
Alex P
d20d4dd353
Check order id before requesting order
2023-07-04 15:31:19 +03:00
Emili Castells
313def09de
Merge pull request #1375 from fitimvata/trunk
...
[Fix] Undefined array key 0 when checking $retry_errors in process_payment method. (1698)
2023-07-03 11:46:35 +02:00
Alex P
3ef53cce69
Merge branch 'trunk' into PCP-860-apm
2023-06-27 16:49:53 +03:00
Alex P
0d34fead07
Revert accidentally committed line
2023-06-27 16:28:44 +03:00
Alex P
2b566fcf44
Merge branch 'trunk' into PCP-860-apm
2023-06-27 15:54:06 +03:00
Emili Castells
7498417306
Merge pull request #1468 from woocommerce/PCP-1759-fix-caches-on-update
...
Refresh DCC/PUI status caches on plugin update
2023-06-27 11:41:34 +02:00
Emili Castells
f7ed9af081
Merge pull request #1408 from woocommerce/fix/PCP-1713_update_wroding_preview_button
...
Update wording in buttons previews
2023-06-27 11:40:43 +02:00
Emili Castells
4e7efbddfe
Merge pull request #1367 from woocommerce/fix/PCP-1675-type_error_with_advanced_columns_pro
...
Type error with advanced columns pro
2023-06-27 11:39:00 +02:00
Emili Castells
70412a8f27
Merge pull request #1358 from woocommerce/pcp-1583-card-button-no-location
...
Do not show broken card button gateway when no checkout location
2023-06-27 11:37:18 +02:00
Emili Castells
6bfbc39d6f
Merge pull request #1433 from woocommerce/fix/PCP-159_currency_unsupported_notice
...
Add notice when shop currency is unsupported
2023-06-27 11:35:30 +02:00
Alex P
f4c3caedcf
Refresh dcc/pui status caches on plugin update
...
Since #1273 we started clearing these caches on plugin updates. But we are updating these caches only on some admin pages ( 583dea8d99/modules/ppcp-wc-gateway/src/WCGatewayModule.php (L421-L428)
) to avoid the API calls on every request in some cases, so DCC may become hidden if not visited these pages after update. Maybe we can do it more frequently now after 92ae16f99
. But for now simply refreshing the caches during plugin update.
2023-06-26 09:12:20 +03:00
Alex P
e70299e42b
Display funding source on the admin order page
...
Now the payment method title on the admin order editing page includes the funding source instead of just "PayPal" the same as in the order list.
2023-06-20 10:30:15 +03:00
Alex P
a87748e44c
Fix phpdoc
2023-06-19 09:27:37 +03:00
carmenmaymo
9b697ddaa2
Add currency to message line
2023-06-19 08:12:32 +02:00
carmenmaymo
356fc38698
Use api currency service
2023-06-15 11:39:29 +02:00
Alex P
c97df85c57
Fix code duplication
2023-06-15 10:01:05 +03:00
carmenmaymo
013ffb5213
Check supported currencies in notice method
2023-06-14 12:36:55 +02:00
carmenmaymo
5f550ae976
Add max value to tooltip
2023-06-14 12:19:41 +02:00
carmenmaymo
d3249b140a
Add unsupported currency admin notice
2023-06-14 12:15:20 +02:00
Alex P
e29ef9c7d6
Use continuation mode when APM does not redirect back
2023-06-14 08:59:30 +03:00
carmenmaymo
b7c4055610
Fix CS
2023-06-12 09:00:08 +02:00
carmenmaymo
65858c5f42
Merge branch 'trunk' into feat/PCP-1709_soft_descriptor
2023-06-12 08:47:23 +02:00
carmenmaymo
f31fbb8916
Remove default preview message
2023-06-11 11:52:15 +02:00
Alex P
8979c9e605
Stop searching for prefix in custom IDs
...
we are not creating such IDs for 2 years already
2023-06-08 16:00:21 +03:00
Alex P
eb4418931a
Improve return url handling when no WC order
2023-06-07 20:12:28 +03:00
Alex P
e3bd42b93b
Add return-url error logging
2023-06-07 16:27:31 +03:00
carmenmaymo
c512464fdf
Merge branch 'trunk' into fix/PCP-1675-type_error_with_advanced_columns_pro
2023-06-07 14:43:44 +02:00
carmenmaymo
cce7709330
Merge branch 'trunk' into fix/PCP-1713_update_wroding_preview_button
2023-06-07 14:33:35 +02:00
Alex P
c0368e9ada
Do not show broken card button gateway when no checkout location
...
Removes the card button gateway together with the PayPal gateway when disabled in checkout (since it gets broken anyway).
Also refactored the admin notice about disabled gateway to add a message about disabled location.
2023-06-06 15:41:05 +03:00
carmenmaymo
220da3cfea
Add soft descriptor setting PCP-1709
2023-06-02 10:48:47 +02:00
Alex P
df81e5e411
Remove unused
2023-05-31 16:17:09 +03:00
carmenmaymo
f812d043af
Add soft descriptor to PurchaseUnitFactory PCP-1709
2023-05-30 15:11:13 +02:00
carmenmaymo
ad5af16446
Update wording in buttons previews PCP-1713
2023-05-30 13:57:21 +02:00
Alex P
780aaed1c6
Fix session_handler usage
2023-05-22 12:19:25 +03:00
Alex P
2df970a74a
Handle payment errors in blocks
2023-05-22 10:38:31 +03:00
Emili Castells Guasch
3c0e807758
Fix merge conflicts
2023-05-16 12:44:14 +02:00