Commit graph

1764 commits

Author SHA1 Message Date
Emili Castells Guasch
8b7e820396 Extract change subscription payment token logic from gateway module into wc subscritions module 2024-12-05 18:08:02 +01:00
Emili Castells Guasch
512d421427 Ensure only plugin payments are available for previous transaction 2024-12-05 16:06:39 +01:00
Emili Castells Guasch
f205d77c3d Move up change subscription payment code 2024-12-05 16:02:36 +01:00
Narek Zakarian
10a95b0f2e
Check for list ID existance inside the task registrar 2024-12-03 16:25:14 +04:00
Narek Zakarian
448d0f6dcd
Check if the "extended" section exists before adding items 2024-12-02 18:36:47 +04:00
Philipp Stracker
f4058a0b0f
Merge branch 'trunk' into PCP-3960-soft-descriptor-validation 2024-11-29 14:43:50 +01:00
Niklas Gutberlet
dbcbacffa2
Merge pull request #2852 from woocommerce/PCP-3916-acdc-fields-missing-when-smart-buttons-are-disabled
ACDC card fields not loading when smart buttons are disabled - classic checkout (3916)
2024-11-29 12:59:17 +01:00
Niklas Gutberlet
48e89d82ba
Merge pull request #2816 from woocommerce/PCP-3924-translation-loading
Translation Loading Issue in WooCommerce PayPal Payments Plugin on WordPress 6.7 (Deprecation Warning)
2024-11-29 12:23:18 +01:00
Philipp Stracker
71c19d8034
Always show smart buttons in ‘preview’ context 2024-11-29 11:59:48 +01:00
Philipp Stracker
e9e94e277c
🎨 Small code-style improvement 2024-11-29 11:58:58 +01:00
Emili Castells
23e1da25cd
Merge pull request #2856 from woocommerce/PCP-3903-allow-existing-plugin-settings-still-work-by-adding-a-fallback-in-the-settings-class
Fallback functionality from new to old settings ( 3903 )
2024-11-28 17:19:44 +01:00
Philipp Stracker
5ea95cbf44
HTML validation of soft descriptor input 2024-11-28 15:18:04 +01:00
Narek Zakarian
62ce77b029
Fix the cs 2024-11-28 15:45:29 +04:00
Narek Zakarian
f6f96ef2a8
Use the helper for settings mapping 2024-11-28 15:02:59 +04:00
Narek Zakarian
c87ad5f0d8
Create the map config 2024-11-28 15:02:26 +04:00
inpsyde-maticluznar
6225943c00
Partial implementation of the button widget 2024-11-27 08:02:06 +01:00
Emili Castells Guasch
13d27a016e Merge trunk 2024-11-26 10:50:45 +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
Narek Zakarian
df9a0befaa
Fix the button placing 2024-11-21 15:21:23 +04:00
Narek Zakarian
d1452c6722
Create the switchSettingsUi script enqueueing logic 2024-11-20 18:23:36 +04:00
Narek Zakarian
5917ddae53
Add an action to hook into "inside the settings page header" 2024-11-20 16:00:16 +04:00
Emili Castells
d00e6fb858
Merge pull request #2752 from woocommerce/PCP-3828_fix-missind-void-auth-button
added ApplePay and GooglePay to refund payment methods
2024-11-18 13:55:46 +01:00
Emili Castells Guasch
ed75fd47b1 Merge trunk 2024-11-18 12:59:36 +01:00
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
Daniel Hüsken
1b1fa37e4d
Merge branch 'trunk' into PCP-3828_fix-missind-void-auth-button 2024-11-05 10:32:19 +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 Hüsken
cfe61421f3
Use gateway supports to check if refunds are allowed 2024-11-04 12:24:09 +01:00
Daniel Hüsken
19fea3c81e
added ApplePay and GooglePay to refund payment methods 2024-11-04 10:49:06 +01: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
inpsyde-maticluznar
89a87c2f37
Add a dot to the param comment 2024-10-18 11:46:23 +02:00
inpsyde-maticluznar
6f35482847
Update icons, fix errors 2024-10-18 11:29:07 +02: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
de609be21b
Add paypal & ratepay default icons to classic checkout 2024-10-18 08:14:50 +02: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