Commit graph

5042 commits

Author SHA1 Message Date
Danny Dudzic
b0c43a02d2
Merge pull request #2615 from woocommerce/PCP-3694-improve-continue-button-accessibility
Improve tab order for "Continue" button (3694)
2024-09-18 22:43:01 +02:00
Danny Dudzic
c92d90f542
Merge pull request #2617 from woocommerce/PCP-3693-adjust-numbering-logic-to-display-correct-numbers-during-checkout-steps
AXO Blocks: Fix the step counter in block checkout in the initial Fastlane stage
2024-09-18 22:42:20 +02:00
Philipp Stracker
643a23c6e0
🐛 Fix the 0-amount bug
When shipping is disabled, the shippingFee is `undefined` which also resulted in the amount to become `NaN`
2024-09-18 17:34:20 +02:00
Philipp Stracker
368ad49d16
🎨 Minor changes in comment linebreaks 2024-09-18 17:33:27 +02:00
Philipp Stracker
a5a1294483
🚨 Address CI errors 2024-09-18 16:47:21 +02:00
Philipp Stracker
3affc6afbc
🐛 Fix typos in admin settings code 2024-09-18 15:49:01 +02:00
Philipp Stracker
05fec033c3
♻️ Move the “Name On Card” setting to DCC 2024-09-18 15:41:01 +02:00
Philipp Stracker
c6937085cd
🔥 Remove the unused AXO gateway title 2024-09-18 15:40:21 +02:00
Philipp Stracker
0adc8ae4ba
♻️ Switch gateways to use new configuration class 2024-09-18 15:35:46 +02:00
Alex P.
eb625af36d
Make ACDC default for China 2024-09-18 16:27:32 +03:00
Alex P
0c43fd1329
Fix classic shortcode block type checks 2024-09-18 16:09:31 +03:00
Emili Castells Guasch
2f21df65b3 Add time based logic for checking if is order is parent or for renewal 2024-09-18 14:43:41 +02:00
Philipp Stracker
8712e37587
New gateway config wrapper for AXO & DCC 2024-09-18 14:23:13 +02:00
Emili Castells Guasch
750e5891c4 Revert latest change, will be included in its own PR 2024-09-18 12:15:32 +02:00
Emili Castells Guasch
6a52957f97 Do not return if _ppcp_enable_subscription_product not exist in the post request 2024-09-18 11:57:51 +02:00
Emili Castells Guasch
eb19f05226 Do not return if _ppcp_enable_subscription_product not exist in the post request 2024-09-18 11:52:28 +02:00
Daniel Dudzic
9f4a708ef4
Fix the step counter in block checkout in the initial Fastlane stage 2024-09-17 22:44:57 +02:00
Philipp Stracker
cddada6fa5
️ Insert the watermark after the Continue button
Ensure that tab-focus goes from email to the “Continue” button, before focusing the watermark.
2024-09-17 18:24:10 +02:00
Philipp Stracker
d7cdc9eada
🔀 Merge branch 'fastlane' 2024-09-17 14:56:03 +02:00
Daniel Dudzic
2dae8021fd
Update the compatibility notice, removing Block Checkout from the incompatible list 2024-09-17 14:38:25 +02:00
Philipp Stracker
85ad2f8edb
🐛 Check if cancel is possible before calling it 2024-09-17 14:31:21 +02:00
Daniel Dudzic
46d0d1b0c3
Hide terms and place order button pre-lookup 2024-09-17 14:22:36 +02:00
Daniel Dudzic
483f017d8d
Make submit button full width on mobile 2024-09-17 14:13:29 +02:00
Daniel Dudzic
deb1d7a618
Fix parameters declaration for the constructor 2024-09-16 18:47:23 +02:00
Daniel Dudzic
7b9a19a7f0
Merge branch 'PCP-3681-fastlane-use-advanced-card-processing-gateway-icons' of github.com:woocommerce/woocommerce-paypal-payments into fastlane 2024-09-16 18:45:58 +02:00
Danny Dudzic
d34034a84e
Merge pull request #2606 from woocommerce/PCP-3678-fastlane-phone-sync-for-block-checkout
Fastlane "Phone-Sync" for block checkout (3678)
2024-09-16 18:29:24 +02:00
Philipp Stracker
119fdec839
♻️ Minor simplification 2024-09-16 18:27:42 +02:00
Philipp Stracker
b05a3e933f
🔥 Remove useless state value 2024-09-16 17:56:00 +02:00
Philipp Stracker
c8fd798f62
Update prefill-value on phone number change 2024-09-16 17:55:19 +02:00
Philipp Stracker
50daa3e99e
Inject paymentComponent to phone-sync-handler 2024-09-16 17:52:32 +02:00
Danny Dudzic
9eaf93d642
Merge pull request #2597 from woocommerce/PCP-3679-fastlane-mastercard-icon-fix
Fix MasterCard in Fastlane component (3679)
2024-09-16 17:25:40 +02:00
Danny Dudzic
6d0ea8a7c4
Merge pull request #2605 from woocommerce/PCP-3380-prepare-fastlane-integration-on-block-checkout
AXO: Add support for Block Checkout
2024-09-16 17:24:30 +02:00
Daniel Dudzic
a1ded99f3f
Move axo block module loading to the correct place plus some minor PHPCS fixes 2024-09-16 17:16:29 +02:00
Philipp Stracker
55635d11c0
🔀 Merge branch 'PCP-3380’ 2024-09-16 16:35:12 +02:00
Danny Dudzic
47d5874e62
Merge pull request #2603 from woocommerce/PCP-3649-fastlane-backend-logic-changes
Fix Gary-flow in PCP-3380 branch (3649)
2024-09-16 16:26:39 +02:00
Daniel Dudzic
ae3ad55cde
Add the message on load instead of the card fields 2024-09-16 16:25:16 +02:00
Philipp Stracker
e2cb454556
🔥 Remove unused file 2024-09-16 15:47:10 +02:00
Philipp Stracker
243630ea5d
🐛 Revert logic to call setPaymentComponent
Before the change, the paymentComponent always was null, as it was not set anywhere.
2024-09-16 15:45:41 +02:00
Emili Castells Guasch
7250738e18 Merge branch 'trunk' into PCP-3677-pay-pal-subscriptions-api-renewal-order-not-created-in-woo-commerce 2024-09-16 15:19:22 +02:00
Philipp Stracker
78e0da27a1
🔊 More descriptive error message
New error reason when tokenization fails due to missing paymentComponent
2024-09-16 15:13:25 +02:00
Philipp Stracker
cfb9b31286
🚚 More accurate file name 2024-09-16 15:02:36 +02:00
Emili Castells Guasch
80e6457502 Extract is renewal logic to method 2024-09-16 14:58:25 +02:00
Philipp Stracker
25d5d3d059
🔀 Merge branch 'PCP-3380’ 2024-09-16 14:49:55 +02:00
Philipp Stracker
22b34503f5
Fix error with woocommerce 9.3.1 2024-09-16 13:30:03 +02:00
Philipp Stracker
650bc2af41
Integrate phone-sync handler again 2024-09-16 13:12:13 +02:00
Philipp Stracker
50711fb37d
🔀 Merge branch 'PCP-3380’
# Conflicts:
#	modules/ppcp-axo-block/resources/js/index.js
2024-09-16 13:11:23 +02:00
Emili Castells Guasch
660ce00887 Fix psalm 2024-09-16 12:42:25 +02:00
Emili Castells Guasch
23962841e7 Move fraudnet session id logic into entity getter method 2024-09-16 12:22:33 +02:00
Daniel Dudzic
cfa411078a
Remove the redundant scriptLoading.js file 2024-09-14 00:37:00 +02:00
Daniel Dudzic
75c808216c
Merge branch 'PCP-3649-fastlane-backend-logic-for-blocks' of github.com:woocommerce/woocommerce-paypal-payments into PCP-3380-prepare-fastlane-integration-on-block-checkout 2024-09-14 00:21:27 +02:00