Commit graph

1685 commits

Author SHA1 Message Date
Emili Castells
08df9c34eb
Merge pull request #2448 from woocommerce/PCP-3202-retrieve-button-styling-properties-from-woo-commerce-checkout-block-ver-2
POC: Receive button properties from the Checkout Block (3202)
2024-11-05 10:49:23 +01:00
Emili Castells
d00cf4c2c4
Merge pull request #2756 from woocommerce/PCP-3830-google-pay-and-apple-pay-as-separate-gateways-place-order-button-when-classic-checkout-removed-from-smart-button-location
Google Pay and Apple Pay as separate gateways does not show button when checkout remove from button locations (3830)
2024-11-05 10:47:30 +01:00
Emili Castells
eabb48a1ea
Merge pull request #2757 from woocommerce/PCP-3627-update-js
Update js deps
2024-11-04 16:49:44 +01:00
Emili Castells Guasch
1a5003770f Add checkout location programmatically when remove in button locations for apple and google pay 2024-11-04 16:19:01 +01:00
Alex P.
b67265ac15
Update js deps 2024-11-04 17:15:27 +02:00
Daniel Dudzic
79cdf84618
Merge branch 'trunk' of github.com:woocommerce/woocommerce-paypal-payments into PCP-3202-retrieve-button-styling-properties-from-woo-commerce-checkout-block-ver-2 2024-10-31 11:39:40 +01:00
inpsyde-maticluznar
5ff581a934
Merge remote-tracking branch 'origin/trunk' into PCP-3790-Prevent-plugin-use-for-Send-only-countries
# Conflicts:
#	modules/ppcp-wc-gateway/src/WCGatewayModule.php
2024-10-30 06:38:01 +01:00
inpsyde-maticluznar
47b7c66f53
Add SendOnlyCountryNotice to notice array separately 2024-10-30 06:24:40 +01:00
Philipp Stracker
48d87100de
👔 Simplify settings page header for new UI 2024-10-28 16:33:26 +01:00
Alex P.
d47a734d81
Merge branch 'trunk' into PCP-3347-rework-location-settings 2024-10-22 16:57:18 +03:00
Emili Castells
654fcfc521
Merge pull request #2700 from woocommerce/PCP-988-Missing-custom-field-PayPal-Transaction-Fee-for-OXXO
Missing custom field PayPal Transaction Fee for OXXO (988)
2024-10-22 14:47:49 +02:00
Emili Castells
67838f54b0
Merge pull request #2702 from woocommerce/PCP-2395-Payment-with-OXXO-cause-continuation-state-for-next-payment
Payment with OXXO cause continuation state for next payment (2395)
2024-10-22 14:46:39 +02:00
Emili Castells
ae443be68c
Merge pull request #2680 from woocommerce/PCP-3762-Fatal-error-in-site-when-WooCommerce-PayPal-payments-and-Payoneer-checkout-debug-are-activated
Place all task registration logic inside the init action (3762)
2024-10-22 12:43:05 +02:00
Emili Castells Guasch
0e7fa666bc Fix merge conflict 2024-10-22 12:34:31 +02:00
inpsyde-maticluznar
ce5749791e
Prevent plugin use for send only countries 2024-10-21 11:57:45 +02:00
Emili Castells Guasch
9c5d978707 Add boilerplate for react settings app 2024-10-18 17:17:07 +02:00
Alex P.
21e0cf3c1d
Do not allow basic redirect gateway for subscriptions 2024-10-18 17:04:41 +03:00
Alex P
7b93bc6519
Update text 2024-10-18 09:35:02 +03:00
Alex P.
d125c24dc0
Use basic redirect gateway when checkout smart buttons disabled 2024-10-18 09:35:02 +03:00
inpsyde-maticluznar
5770ae509f
Clear session before redirection OXXO. 2024-10-16 11:54:30 +02:00
inpsyde-maticluznar
42eb8e3de9
Implements Fees for OXXO 2024-10-15 07:54:32 +02:00
inpsyde-maticluznar
0611098b92
Place all task registration logic inside the init action 2024-10-09 09:36:29 +02:00
Alex P
22945c4df5
Add void button 2024-10-09 10:35:42 +03:00
Emili Castells
634b3707ee
Merge pull request #2667 from woocommerce/PCP-3744-fix-multicurrency
Fix multi-currency support
2024-10-03 12:40:35 +02:00
Emili Castells
9550c792f6
Merge pull request #2581 from woocommerce/PCP-3645-fix-disabling-acdc-vaulting
Declare tokenization for ACDC only when vaulting enabled (3645)
2024-10-03 10:41:58 +02:00
Emili Castells
6b7001fdf7
Merge pull request #2580 from woocommerce/PCP-3310-fix-pui-editor
Fix PUI error in editor
2024-10-03 10:37:39 +02:00
Alex P.
f85df4718a
Retrieve shop currency later to avoid early caching in service 2024-10-03 10:10:50 +03:00
Philipp Stracker
5a08643260
Merge pull request #2649 from woocommerce/PCP-3680-migrate-dcc-settings
Consolidate Credit-Card and Fastlane settings (3680)
2024-09-27 11:45:02 +02:00
Philipp Stracker
bcd62f674d
♻️ Favor DCC config class over settings access 2024-09-26 18:44:25 +02:00
Philipp Stracker
603f2c285c
♻️ Migrate further AXO/DCC settings 2024-09-26 18:07:06 +02:00
Philipp Stracker
bbe751eb53
Integrate privacy-option into DCC Configuration
Add a new property to the DCC configuration class, which can only be set via a filter.

# Conflicts:
#	modules/ppcp-wc-gateway/src/Helper/DCCGatewayConfiguration.php
2024-09-26 16:43:47 +02:00
Emili Castells
7ad1667baa
Merge pull request #2645 from woocommerce/fastlane
Merge fastlane branch into trunk
2024-09-26 16:31:56 +02:00
Emili Castells Guasch
6a8df7e888 Merge branch 'trunk' into fastlane 2024-09-26 15:41:03 +02:00
Alex P.
8846f1fc17
Check if paylater-configurator service exists (module can be disabled) 2024-09-23 16:31:48 +03:00
Philipp Stracker
a5a1294483
🚨 Address CI errors 2024-09-18 16:47:21 +02:00
Philipp Stracker
3affc6afbc
🐛 Fix typos in admin settings code 2024-09-18 15:49:01 +02:00
Philipp Stracker
05fec033c3
♻️ Move the “Name On Card” setting to DCC 2024-09-18 15:41:01 +02:00
Philipp Stracker
0adc8ae4ba
♻️ Switch gateways to use new configuration class 2024-09-18 15:35:46 +02:00
Alex P.
eb625af36d
Make ACDC default for China 2024-09-18 16:27:32 +03:00
Philipp Stracker
8712e37587
New gateway config wrapper for AXO & DCC 2024-09-18 14:23:13 +02:00
Daniel Dudzic
7b9a19a7f0
Merge branch 'PCP-3681-fastlane-use-advanced-card-processing-gateway-icons' of github.com:woocommerce/woocommerce-paypal-payments into fastlane 2024-09-16 18:45:58 +02:00
Danny Dudzic
6d0ea8a7c4
Merge pull request #2605 from woocommerce/PCP-3380-prepare-fastlane-integration-on-block-checkout
AXO: Add support for Block Checkout
2024-09-16 17:24:30 +02:00
Emili Castells Guasch
660ce00887 Fix psalm 2024-09-16 12:42:25 +02:00
Emili Castells Guasch
23962841e7 Move fraudnet session id logic into entity getter method 2024-09-16 12:22:33 +02:00
Philipp Stracker
1c4d17f0ea
♻️ Apply new icon logic to ACDC gateway 2024-09-13 18:57:27 +02:00
Philipp Stracker
cbd3fe24e4
Integrate ACDC icons in AXO gateway 2024-09-13 18:56:58 +02:00
Philipp Stracker
a4231ab77c
Support PayPalApiExceptions in error logging 2024-09-12 15:14:38 +02:00
Narek Zakarian
2722c3f326
Fix the coding styles 2024-09-12 14:23:42 +04:00
Narek Zakarian
09b6e09df4
Remove the leftover check 2024-09-11 20:31:19 +04:00
Narek Zakarian
216654418c
Fix the dockblock 2024-09-11 20:29:36 +04:00