Commit graph

55 commits

Author SHA1 Message Date
Emili Castells
50726c8d7c
Merge pull request #3031 from woocommerce/PCP-4118-apm-trustly-can-not-pay-with-trustly-error-message-a-required-field-parameter-is-missing-is-showing-on-frontend
APM - Trustly - Can not pay with Trustly - Error message "A required field / parameter is missing." is showing on frontend (4118)
2025-02-04 13:05:50 +01:00
Philipp Stracker
49665f680f
New Local APM product status check 2025-01-30 18:37:36 +01:00
Daniel Hüsken
19f9d8a6b7
Fix pay with trustly 2025-01-28 14:11:09 +01:00
Daniel Hüsken
59050d5c2e
fix psalm messages 2024-11-25 16:33:30 +01:00
Daniel Hüsken
4dcabc5e67
only change Modules in run that are to early for translations and use plugins_loaded again 2024-11-25 15:39:38 +01:00
Himad M
0f6ca42200
Add local APM gateways only if PayPal gateway is enabled 2024-11-18 18:48:27 -04:00
Emili Castells
04eb28fda5
Merge pull request #2703 from woocommerce/PCP-3781-Do-not-display-split-local-APMs-when-PayPal-is-not-enabled
Do not display split local APMs when PayPal is not enabled (3781)
2024-11-18 13:57:26 +01:00
Daniel Hüsken
1b1fa37e4d
Merge branch 'trunk' into PCP-3828_fix-missind-void-auth-button 2024-11-05 10:32:19 +01:00
Alex P.
b67265ac15
Update js deps 2024-11-04 17:15:27 +02:00
Daniel Hüsken
cfe61421f3
Use gateway supports to check if refunds are allowed 2024-11-04 12:24:09 +01:00
inpsyde-maticluznar
910bffed03
Fix state check 2024-10-16 13:42:27 +02:00
inpsyde-maticluznar
17fd55d3c0
Don't display methods before paypal is connected 2024-10-16 13:33:48 +02:00
Narek Zakarian
baea5ba32c
Use the PayPal icons instead of WC ones 2024-09-25 17:57:27 +04: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
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
Philipp Stracker
ac1e97e4e6
Refactor LocalAlternativePaymentMethodsModule 2024-08-29 18:56:03 +02:00
Emili Castells Guasch
a8c43d75c4 Use wc blocks common icons for apm icons 2024-08-28 12:21:03 +02:00
Emili Castells Guasch
4ba74028bf Update texts 2024-08-28 10:44:15 +02:00
Emili Castells Guasch
a97d37a8f4 Remove bic on ideal 2024-08-27 13:03:02 +02:00
Emili Castells Guasch
23f9bb246c Add bic field for iDeal gateway and local apms to allowed refund list 2024-08-26 16:18:01 +02:00
Emili Castells Guasch
9e8ee47ecb Add get order error handler 2024-08-26 14:32:52 +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
Emili Castells Guasch
95d8ee9fff Merge branch 'PCP-3561-add-multibanco-voucher-payment-flow' into PCP-3317-adjustments 2024-08-23 13:31:51 +02:00
Emili Castells Guasch
68e67f87b8 Add multicanco process payment 2024-08-23 12:40:24 +02:00
Emili Castells Guasch
ec06ea5f27 Add multibanco gateway (WIP) 2024-08-22 17:39:52 +02:00
Emili Castells Guasch
9a4b6e63c5 Add setting to enable local apms feature 2024-08-22 15:47:38 +02:00
Emili Castells Guasch
cdc02f1c38 Ensuse wc customer exist before using it 2024-08-21 18:00:03 +02:00
Emili Castells Guasch
2c13266e8c Update descriptions 2024-08-21 17:47:48 +02:00
Emili Castells Guasch
2e524b53ea Fix phpcs 2024-08-21 16:33:44 +02:00
Emili Castells Guasch
dd990ca44a Add trustly gateway 2024-08-21 16:24:37 +02:00
Emili Castells Guasch
98536361af Add support for multiple currencies and countries 2024-08-21 15:55:36 +02:00
Emili Castells Guasch
83cb9d607a Add p24 gateway 2024-08-21 15:47:23 +02:00
Emili Castells Guasch
cf97f0becd Add mybank gateway 2024-08-21 15:05:11 +02:00
Emili Castells Guasch
2350a87f6c Fix typo in ideal payment method register 2024-08-21 14:34:55 +02:00
Emili Castells Guasch
6dee62747c Add ideal gateway 2024-08-21 13:04:16 +02:00
Emili Castells Guasch
907656ca88 Refactor to loop list of payment methods 2024-08-21 12:22:08 +02:00
Emili Castells Guasch
5923aeb8b2 Fix psalm 2024-08-21 11:46:29 +02:00
Emili Castells Guasch
8df754fc35 Add blik and eps payments to error handler 2024-08-21 11:15:12 +02:00
Emili Castells Guasch
f36d6d08df Add eps payment 2024-08-20 17:27:03 +02:00
Emili Castells Guasch
11693c8df2 Add blik payment 2024-08-20 16:02:35 +02:00
Emili Castells Guasch
0a3aa70ea9 Add blik gateway for classic checkout 2024-08-20 15:00:06 +02:00
Emili Castells Guasch
3dc3026c29 Add refunds support for bancontact gateway and fix tests 2024-08-20 12:43:25 +02:00
Emili Castells Guasch
27fd033393 Fix show payment based on country 2024-08-20 11:24:10 +02:00
Emili Castells Guasch
0127512535 Fix show payment based on country 2024-08-20 11:08:03 +02:00
Emili Castells Guasch
4879425e1d Show or hide bancontact in checkout page based on country and currency 2024-08-19 15:47:38 +02:00
Emili Castells Guasch
10172907df Handle errors from PayPal response 2024-08-13 16:14:15 +02:00
Emili Castells Guasch
86acc00f85 Hide bancontact from PayPal buttons 2024-08-12 17:19:40 +02:00
Emili Castells Guasch
76c723029d Show bancontact payment gateway only if match eligibility 2024-08-12 16:06:44 +02:00