woocommerce-paypal-payments/modules/ppcp-button
Narek Zakarian 001bbe5fb4
fix: include payment level data for manually created orders
For manually created orders without a payment method selected during
creation, `$order->get_payment_method()` returns empty string, causing
Level 2/3 payment data to be excluded from PayPal API requests.

Solution: Accept optional payment_method parameter in `from_wc_order()`
that can be passed from request data (pay-now context), with fallback
to order's payment method.
2026-01-29 18:44:50 +04:00
..
resources Update js check to consider all falsy values 2026-01-27 10:33:33 +01:00
src fix: include payment level data for manually created orders 2026-01-29 18:44:50 +04:00
composer.json Require PHP 7.4+ 2024-09-03 09:07:12 +03:00
extensions.php change namespace vendor to WooCommerce 2020-09-11 14:11:10 +03:00
module.php Refactor some modules to native modularity support. 2023-12-15 14:16:53 +00:00
services.php Use class instead of asset callbacks and finish updating URLs 2026-01-06 16:50:54 +02:00