Commit graph

6013 commits

Author SHA1 Message Date
Emili Castells
3aba8d7dea
Merge pull request #2259 from woocommerce/PCP-3136-enable-shipping-callback-for-wc-subscriptions
Enable shipping callback for WC subscriptions (3136)
2024-06-03 14:25:36 +02:00
Narek Zakarian
4967c472e7
Update the shipping option for subscriptions on address change 2024-06-03 15:27:01 +04:00
Emili Castells Guasch
eaca9f6a41 Do not use timeout but return a promise on onApprove 2024-06-03 11:29:04 +02:00
Emili Castells
336492d63d
Merge pull request #2269 from woocommerce/PCP-3028-disable-shipping-callback-for-venmo-when-vaulting-is-active
Disable the shipping callback for "venmo" when vaulting is active (3028)
2024-06-03 10:34:44 +02:00
Emili Castells
3ca6e7b125
Merge pull request #2281 from woocommerce/PCP-737-pui-gateway-displayed-when-no-checkout-country-selected-for-guest-customer
Disable Pay Upon Invoice if billing/shipping country not set (737)
2024-06-03 10:27:59 +02:00
Emili Castells
a1043d4cce
Merge pull request #2282 from woocommerce/PCP-2068-pay-pal-declares-subscription-support-when-merchant-not-enabled-for-reference-transactions
PayPal declares subscription support when merchant not enabled for Reference Transactions (2068)
2024-06-03 09:46:41 +02:00
Emili Castells Guasch
c973871980 Merge branch 'trunk' into PCP-2722-add-block-checkout-compatibility-to-advanced-card-processing 2024-06-03 09:37:44 +02:00
Narek Zakarian
dccb038e5e
Calculate totals after adding shipping to include taxes. 2024-05-31 18:46:21 +04:00
Emili Castells
fa76f1a73c
Merge pull request #2289 from woocommerce/PCP-3185-package-tracking-integration-throws-error-in-2-7-1
Fix the package tracking integration throws error in 2.7.1 (3185)
2024-05-31 14:10:26 +02:00
Daniel Dudzic
bfb566162c
AXO: Only enqueue JS scripts on the WooCommerce checkout page 2024-05-31 13:55:30 +02:00
Narek Zakarian
2cb76ed8f2
Apply the Venmo + vaulting functionality on block pages 2024-05-31 15:36:32 +04:00
Emili Castells
44ef6e3249
Merge pull request #2278 from woocommerce/PCP-2830-paypal-button-on-block-checkout-page-is-displayed-even-express-checkout-is-removed-from-smart-button-location
Fix the Smart Buttons in Block Checkout not respecting the location setting (2830)
2024-05-31 12:38:02 +02:00
George Burduli
4a3345113b
Use WC Customer API to retrieve billing and shipping countries 2024-05-31 13:07:41 +04:00
Emili Castells
805866602e
Merge pull request #2265 from woocommerce/PCP-2556-same-pay-pal-subscription-product-can-be-added-to-the-cart-multiple-times
Make PayPal Subscription products unique in cart (2556)
2024-05-31 09:49:22 +02:00
Niklas Gutberlet
652f404551
Merge pull request #2288 from woocommerce/PCP-3187-fastlane-strip-www-from-merchant-url-token
Fastlane strip www. from merchant URL token
2024-05-30 16:55:17 +02:00
Narek Zakarian
5bb240bb9a
Surround with the integrations try/catch to avoid errors 2024-05-30 17:26:44 +04:00
Emili Castells Guasch
424b9ea916 Remove www in domain 2024-05-30 14:47:50 +02:00
Daniel Dudzic
653a99a242
Fix the Smart Buttons in Block Checkout not respecting the location setting (2830) 2024-05-30 14:44:29 +02:00
Emili Castells Guasch
fe5a8a968f Merge branch 'trunk' into fastlane 2024-05-30 14:33:17 +02:00
Emili Castells Guasch
0c90952b29 Merge branch 'trunk' into PCP-2722-add-block-checkout-compatibility-to-advanced-card-processing 2024-05-30 14:08:39 +02:00
George Burduli
be95c3bb85
Fix setting 'sold individually' option 2024-05-30 15:25:18 +04:00
Daniel Dudzic
e91e5e718d
Fix Psalm error 2024-05-29 22:35:48 +02:00
Daniel Dudzic
14b20a6962
Reduce nested conditions 2024-05-29 22:17:34 +02:00
Emili Castells Guasch
3f1f59090c Do not localize id token for guest users 2024-05-29 17:33:55 +02:00
Emili Castells
cb74a719fc
Merge pull request #2273 from woocommerce/PCP-3160-google-pay-and-apple-pay-settings-button-from-connection-tab-have-wrong-links
Google Pay and Apple Pay Settings button from Connection tab have wrong links (3160)
2024-05-29 16:31:16 +02:00
Philipp Stracker
b753cf1ec9
🐛 Fix fallback logic when vaulting is disabled
Added condition to handle incorrect condition: hardcoded default setting did ignore the form's input value.
2024-05-29 16:18:17 +02:00
Philipp Stracker
85bd842c7a
🔀 Merge branch 'trunk' 2024-05-29 16:15:18 +02:00
Daniel Dudzic
709871820f
Fix Smart Buttons on Elementor checkout 2024-05-29 15:59:56 +02:00
George Burduli
b1bfa2940b
Disable Pay Upon Invoice if billing/shipping country not set 2024-05-29 17:44:28 +04:00
Emili Castells
67a00797a5
Merge pull request #2263 from woocommerce/PCP-3172-fastlane-send-js-logs-to-woo-commerce-logger
AXO: Send JS logs to WooCommerce logger (3172)
2024-05-29 15:40:36 +02:00
Emili Castells Guasch
f08d6c089c Fix stringify objects 2024-05-29 15:28:37 +02:00
Emili Castells Guasch
b3ffa1030d Fix stringify objects 2024-05-29 15:21:21 +02:00
Emili Castells Guasch
1524d03ba2 Consolidate logging 2024-05-29 14:53:58 +02:00
Emili Castells Guasch
4c9ccebd10 Merge branch 'fastlane' into PCP-3172-fastlane-send-js-logs-to-woo-commerce-logger 2024-05-29 12:55:06 +02:00
Emili Castells Guasch
bdefa0dc5e Merge branch 'trunk' into PCP-3172-fastlane-send-js-logs-to-woo-commerce-logger 2024-05-29 12:54:27 +02:00
Emili Castells
a0d0375ec0
Merge pull request #2271 from woocommerce/PCP-3131-improve-could-not-retrieve-order-error-message
Improve "Could not retrieve order" error message (3131)
2024-05-29 12:46:58 +02:00
Emili Castells
5b9057bb01
Merge pull request #2272 from woocommerce/PCP-3138-double-slash-in-messaging-configurator-script-path
double slash in messaging configurator script path (3138)
2024-05-29 12:46:21 +02:00
George Burduli
07d041fe1f
Replace update_metadata() with set_sold_individually() 2024-05-29 13:42:14 +04:00
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
Danae Millan
0cc4e1f9ce woorelease: Product version bump update 2024-05-29 01:55:24 +02:00
Niklas Gutberlet
f09da54ce8
Merge pull request #2277 from woocommerce/PCP-3166-fastlane-update-settings
AXO: Update Fastlane settings (3166)
2024-05-28 19:20:13 +02:00
Niklas Gutberlet
3cb69df916
Merge pull request #2264 from woocommerce/PCP-3173-fastlane-hide-billing-data-in-ryan-flow
AXO: Hide Billing Details in Ryan flow (3173)
2024-05-28 19:03:05 +02:00
Daniel Dudzic
66ba0ee8af
Merge branch 'fastlane' of github.com:woocommerce/woocommerce-paypal-payments into PCP-3173-fastlane-hide-billing-data-in-ryan-flow 2024-05-28 18:37:28 +02:00
Daniel Dudzic
8e573918ef
AXO: Update Fastlane settings (3166) 2024-05-28 18:32:49 +02:00
Niklas Gutberlet
ebe23386a9
Merge pull request #2268 from woocommerce/PCP-3174-fastlane-payment-method-hidden-when-switching-payment-method-just-before-ryan-flow-was-entered
AXO: Disable payment method selection during OTP interaction (3174)
2024-05-28 18:17:57 +02:00
Philipp Stracker
639ced5c91
🩹 Fix incorrect links to AP/GP payment settings
The settings button for Apple Pay and Google Pay now directs users to the correct tab and section.
2024-05-28 16:41:33 +02: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