Commit graph

65 commits

Author SHA1 Message Date
George Burduli
cc2e121e2a
Remove whitespace 2024-05-29 11:48:41 +04:00
George Burduli
28257e3e38
Move function to appropriate place 2024-05-29 11:15:44 +04:00
George Burduli
9db695af75
Disable 'Sold Individually' checkbox 2024-05-28 16:49:41 +04:00
George Burduli
47e6b8d281
Check 'sold individually' option on product save if ppcp subscription is active 2024-05-28 16:26:00 +04:00
George Burduli
cf77c37d69
Replace get_post_meta() with get_meta() for future-proofing 2024-05-28 15:57:13 +04:00
George Burduli
34acb8ce80
Fix Psalm, phpcs errors 2024-05-27 17:07:31 +04:00
George Burduli
f42814fc1d
Remove test string 2024-05-27 17:01:52 +04:00
George Burduli
9b3febfdeb
Make PayPal Subscription products unique in cart 2024-05-27 16:57:07 +04:00
Pedro Silva
392d27f08b
Merge remote-tracking branch 'origin/trunk' into modularity-module-migration
# Conflicts:
#	modules/ppcp-admin-notices/src/AdminNotices.php
#	modules/ppcp-save-payment-methods/src/SavePaymentMethodsModule.php
#	modules/ppcp-wc-gateway/src/WCGatewayModule.php
#	modules/ppcp-wc-subscriptions/src/WcSubscriptionsModule.php
#	tests/PHPUnit/WcSubscriptions/RenewalHandlerTest.php
2024-03-27 18:42:21 +00:00
Daniel Dudzic
27b8155766
Product Title: Ensure the product title in addition to the product description gets correctly sanitized and trimmed before getting sent to PayPal 2024-03-11 19:12:24 +01:00
Emili Castells Guasch
6d47656d1f Ensure woocommerce_order_actions callback could accept one single parameter 2024-02-19 11:14:42 +01:00
Pedro Silva
429232f60f
Refactor remaining modules to Modularity.
Remove Dhii dependencies.
2023-12-19 17:26:09 +00:00
Pedro Silva
9e0322ba9a
Fix lint 2023-11-24 16:18:15 +00:00
Pedro Silva
f24ec78c28
Code review adjustments. 2023-11-24 15:14:09 +00:00
Emili Castells Guasch
94674adc25 Move PayPal subscriptions api logic to its own module 2023-10-18 17:03:15 +02:00