Commit graph

648 commits

Author SHA1 Message Date
Philipp Stracker
3b3bb29428
🔀 Merge branch 'trunk'
# Conflicts:
#	modules/ppcp-settings/resources/js/Components/ReusableComponents/Navigation.js
#	modules/ppcp-settings/resources/js/Components/Screens/Settings.js
#	modules/ppcp-settings/services.php
#	modules/ppcp-settings/src/SettingsModule.php
2024-11-21 19:23:42 +01:00
Philipp Stracker
b0b354e266
♻️ Simplify manual connect logic 2024-11-21 16:40:06 +01:00
Philipp Stracker
290aed8ad8
🎨 Minor code formatting 2024-11-21 16:38:29 +01:00
Emili Castells Guasch
d3cc1ed19e Add customer_id when saving payment token 2024-11-21 11:56:26 +01:00
Philipp Stracker
272885549f
🔀 Merge branch 'trunk' 2024-11-13 15:31:37 +01:00
Philipp Stracker
3a5b660897
🚧 Create new connection URL generator class 2024-11-11 17:37:47 +01:00
Philipp Stracker
263806904b
♻️ Move code from old onboarding to api module
To make services reusable in the new settings module, without creating a dependency on the old module
2024-11-08 17:13:20 +01:00
Emili Castells Guasch
2b668a833b Remove more from currencies 2024-11-07 11:25:15 +01:00
Emili Castells Guasch
3820fdc758 Remove country and currency suppor for hk and sg 2024-11-07 11:19:28 +01:00
Alex P.
a31ae1da77
Retrieve merchant data by creating order 2024-11-06 09:15:53 +02:00
Alex P.
1659d30ded
Add type 2024-11-06 09:14:44 +02:00
Alex P.
e813816e06
Simplify log call 2024-11-06 09:14:21 +02:00
Alex P.
27472d3136
Use ContainerInterface instead of Settings in Bearer 2024-11-06 09:14:01 +02:00
Emili Castells Guasch
a18514e653 Extend acdc availability 2024-11-04 11:51:53 +01:00
Emili Castells Guasch
8a47997570 Fix merge conflict 2024-10-22 14:29:43 +02:00
Emili Castells Guasch
120c1c667d Remove ACDC support for HK and SG for now 2024-10-10 17:22:43 +02:00
Emili Castells Guasch
9bf71c2edf Check if wc session is not null 2024-10-09 11:33:01 +02:00
Emili Castells Guasch
b5ca63308a Check if method exist in session 2024-10-09 09:44:20 +02:00
Emili Castells Guasch
6d52f39ad0 Fix psalm 2024-10-04 14:56:15 +02:00
Emili Castells Guasch
22ba368ba1 Cache id token response for 5 seconds 2024-10-04 12:58:16 +02: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
3983721b2a
Merge pull request #2447 from woocommerce/PCP-3348-extend-advanced-card-processing-country-eligibility-for-hong-kong-singapore
Extend supported ACDC countries and currencies to HK and SG (3348)
2024-10-03 10:38:18 +02:00
Alex P.
f85df4718a
Retrieve shop currency later to avoid early caching in service 2024-10-03 10:10:50 +03:00
Emili Castells Guasch
4c0a0c1c6d Update reason message based on context 2024-10-02 11:40:32 +02:00
Emili Castells Guasch
c056b33b3c Use woocommerce_subscription_status_updated for all subscription status updates 2024-09-20 15:25:49 +02:00
Niklas Gutberlet
d617d4a562
Merge pull request #2563 from woocommerce/PCP-3619-paylater-filter
Allow to override the list of Pay Later supported countries
2024-09-09 11:43:23 +02:00
Philipp Stracker
05ee91e192
🔀 Merge branch 'trunk'
# Conflicts:
#	modules/ppcp-api-client/services.php
#	modules/ppcp-card-fields/services.php
2024-09-06 16:13:18 +02:00
Philipp Stracker
2cb026604c
Merge branch 'PCP-1773-php74'
# Conflicts:
#	composer.lock
2024-09-04 15:47:37 +02:00
Alex P.
f538ea2ef2
Require PHP 7.4+ 2024-09-03 09:07:12 +03:00
Alex P.
381041138c
Allow to override the list of Pay Later supported countries 2024-08-31 14:03:04 +03:00
Philipp Stracker
7509f914ab
Merge branch 'trunk'
# Conflicts:
#	modules/ppcp-admin-notices/src/AdminNotices.php
#	modules/ppcp-local-alternative-payment-methods/src/LocalAlternativePaymentMethodsModule.php
#	modules/ppcp-paylater-configurator/src/PayLaterConfiguratorModule.php
#	modules/ppcp-wc-gateway/src/WCGatewayModule.php
2024-08-30 15:16:20 +02:00
Emili Castells Guasch
819149057e Display PayPal fees in wc order 2024-08-26 12:34:53 +02:00
Emili Castells Guasch
53de52e2d3 Add PayPal order id into WC order meta 2024-08-23 16:23:23 +02:00
Moritz Meißelbach
789d979c80
Merge branch 'refs/heads/trunk' into modularity-module-migration
# Conflicts:
#	modules/ppcp-applepay/src/ApplepayModule.php
#	modules/ppcp-compat/src/CompatModule.php
2024-08-23 15:50:49 +02:00
Emili Castells Guasch
150d29c0b4 Throw user friendly error message if it exist in the response 2024-08-23 15:05:39 +02:00
Moritz Meißelbach
4d9f23e315
Merge branch 'refs/heads/trunk' into modularity-module-migration
# Conflicts:
#	composer.lock
#	modules/ppcp-axo/src/AxoModule.php
#	modules/ppcp-blocks/src/BlocksModule.php
#	modules/ppcp-compat/src/CompatModule.php
#	modules/ppcp-googlepay/src/GooglepayModule.php
#	modules/ppcp-order-tracking/src/OrderTrackingModule.php
#	modules/ppcp-wc-subscriptions/src/WcSubscriptionsModule.php
2024-08-23 14:25:36 +02:00
Emili Castells Guasch
ec06ea5f27 Add multibanco gateway (WIP) 2024-08-22 17:39:52 +02:00
Emili Castells
ffc389ebda
Merge pull request #2511 from woocommerce/PCP-3317-implement-ap-ms-via-orders-api
Implement country based APMs via Orders API (3317)
2024-08-22 11:52:12 +02:00
Philipp Stracker
1d0242db1c
🔧 Remove Amex support for CN 2024-08-21 15:57:44 +02:00
Philipp Stracker
10304dfddf
🔧 Remove Amex support for CN 2024-08-20 16:41:00 +02:00
Philipp Stracker
43a441d7a1
🔀 Merge branch 'trunk'
# Conflicts:
#	modules/ppcp-applepay/services.php
#	modules/ppcp-googlepay/services.php
2024-08-20 16:27:32 +02:00
Philipp Stracker
2eaa866801
Add Amex support for HK and SG 2024-08-20 16:04:24 +02:00
Philipp Stracker
9cdc954534
♻️ Move repeating code into variables 2024-08-20 16:03:56 +02:00
Emili Castells Guasch
fee2b0ff0f Throw api exception if wrong response code 2024-08-20 11:42:29 +02:00
Emili Castells Guasch
86acc00f85 Hide bancontact from PayPal buttons 2024-08-12 17:19:40 +02:00
Emili Castells Guasch
1628f86d4c Merge branch 'trunk' into PCP-3317-implement-ap-ms-via-orders-api 2024-08-12 16:08:01 +02:00
Emili Castells Guasch
633ae1aed0 Add process payment for bancontact gateway (WIP) 2024-08-09 17:21:38 +02:00
Emili Castells Guasch
627328df9c Remove cache references 2024-08-09 12:33:05 +02:00
Emili Castells Guasch
dbf303b2f6 Do not cache access tokens for data-user-id-token 2024-08-09 12:08:24 +02:00
Emili Castells Guasch
c70fb24bdb Merge branch 'trunk' into PCP-3317-implement-ap-ms-via-orders-api 2024-08-08 11:58:33 +02:00