Philipp Stracker
c2d5c8f3c5
🚧 Adjust button-manager to new workflow
2024-10-07 12:27:20 +02:00
Philipp Stracker
d5e406a563
🚧 Migrate button initialization to new workflow
...
The ContextHandlerFactory previously was used inside the ApplePayButton constructor.
2024-10-07 12:13:46 +02:00
Philipp Stracker
4604e68b5a
💡 Add missing annotation in Google Pay module
2024-10-07 12:12:46 +02:00
Philipp Stracker
64b1bf3c41
🚧 Minor cleanup
2024-10-07 12:12:21 +02:00
Philipp Stracker
2646cf4a44
🚧 Add new validation & configuration methods
2024-10-07 12:07:19 +02:00
Philipp Stracker
7b2397f86b
🚧 Make remaining attributes private
2024-10-07 12:04:50 +02:00
Philipp Stracker
3180c2933c
🚧 Remove obsolete attributes
...
Those have moved to the parent class
2024-10-07 12:02:21 +02:00
Philipp Stracker
3c03c2ce3b
🚧 Add css-class to style the payment button
...
Used by the parent class
2024-10-07 12:01:26 +02:00
Philipp Stracker
39b9c784d4
🚧 Implement getters for wrapper & styles
2024-10-07 11:54:19 +02:00
Philipp Stracker
0ef461e4b2
🚧 Fix code style
2024-10-07 11:35:39 +02:00
Philipp Stracker
9322812caa
🚧 Remove #isInitialized and obsolete getter
2024-10-07 11:35:13 +02:00
Philipp Stracker
c6ed763f0f
🚧 Remove obsolete functions
2024-10-07 11:31:00 +02:00
Philipp Stracker
d1bb877553
🚧 Update the constructor
2024-10-07 11:00:39 +02:00
Philipp Stracker
eef4c80a48
🚧 Remove unused methods
2024-10-07 10:58:53 +02:00
Philipp Stracker
096aa4fc53
🚧 Extend class from PaymentButton base
2024-10-07 10:48:04 +02:00
Philipp Stracker
3430ccc01a
🐛 Removed deprecated CSS rule
...
The correct CSS that is expected and handled by the JS integration is generated by PHP in the class method `ApplePayButton::hide_gateway_until_eligible()`
2024-10-04 16:14:46 +02:00
Emili Castells
14b231ae1e
Merge pull request #2661 from woocommerce/PCP-3665-fix-gpay-preview
...
Fix Google Pay preview config and style
2024-10-03 14:33:01 +02:00
Emili Castells
634b3707ee
Merge pull request #2667 from woocommerce/PCP-3744-fix-multicurrency
...
Fix multi-currency support
2024-10-03 12:40:35 +02:00
Emili Castells
f6646e23b3
Merge pull request #2643 from woocommerce/PCP-3695-apple-pay-button-broken-on-product-page
...
Unsuccessfully payment from product page with Apple Pay button (3695)
2024-10-03 10:44:38 +02:00
Emili Castells
9f7c6f5284
Merge pull request #2618 from woocommerce/PCP-3688-button-unlinking-pay-pal-subscriptions-plan-does-not-showing-for-simple-subscription
...
Button Unlinking PayPal Subscriptions plan does not showing for simple subscription (3688)
2024-10-03 10:44:08 +02:00
Emili Castells
a3ec172b05
Merge pull request #2639 from woocommerce/PCP-3687-missing-logo-on-block-checkout-page-for-apm-s-my-bank-blik-and-trustly
...
Use the PayPal icons instead of WC ones (3687)
2024-10-03 10:43:40 +02:00
Emili Castells
407eff51f1
Merge pull request #2631 from woocommerce/PCP-3661-improve-context-detection-in-ajax
...
Improve context detection
2024-10-03 10:43:13 +02:00
Emili Castells
9550c792f6
Merge pull request #2581 from woocommerce/PCP-3645-fix-disabling-acdc-vaulting
...
Declare tokenization for ACDC only when vaulting enabled (3645)
2024-10-03 10:41:58 +02:00
Emili Castells
e8917a9485
Merge pull request #2573 from woocommerce/PCP-3617-check-id-type
...
Check that get_the_ID is valid before using
2024-10-03 10:40:37 +02:00
Emili Castells
859f99b4ca
Merge pull request #2608 from woocommerce/PCP-3523-fix-shortcode-check
...
Fix classic shortcode block type checks
2024-10-03 10:40:07 +02:00
Emili Castells
8592213b9a
Merge pull request #2464 from woocommerce/PCP-3374-google-pay-button-not-displayed-in-the-word-press-editor
...
Fix the Google Pay button in the block Checkout in the editor (3374)
2024-10-03 10:39:01 +02:00
Emili Castells
3983721b2a
Merge pull request #2447 from woocommerce/PCP-3348-extend-advanced-card-processing-country-eligibility-for-hong-kong-singapore
...
Extend supported ACDC countries and currencies to HK and SG (3348)
2024-10-03 10:38:18 +02:00
Emili Castells
6b7001fdf7
Merge pull request #2580 from woocommerce/PCP-3310-fix-pui-editor
...
Fix PUI error in editor
2024-10-03 10:37:39 +02:00
Alex P
8b94dda4d6
Fix tests
2024-10-03 10:40:37 +03:00
Alex P.
5f0c59cd8d
Fix lint
2024-10-03 10:12:17 +03:00
Alex P.
f85df4718a
Retrieve shop currency later to avoid early caching in service
2024-10-03 10:10:50 +03:00
Alex P.
b3d457d64a
Remove unused
2024-10-03 10:00:10 +03:00
Alex P.
ff18fa7b7f
Fix lint
2024-10-02 17:41:54 +03:00
Diego Curbelo
1f3034136e
Merge remote-tracking branch 'origin/release/2.9.2' into trunk
2024-10-01 12:20:36 -03:00
Diego Curbelo
f88e39545d
woorelease: Product version bump update
2024-10-01 11:53:06 -03:00
Emili Castells Guasch
e32fb4d647
Merge branch 'trunk' into PCP-3523-fix-shortcode-check
2024-10-01 12:10:28 +02:00
Alex P.
c794ad20e9
Fix Google Pay preview config and style
2024-10-01 09:16:39 +03:00
Alex P.
f3bac3c51f
Remove unused class
2024-10-01 09:15:16 +03:00
Emili Castells
5bae4d13c8
Merge pull request #2660 from woocommerce/PCP-3747-fastlane-new-ryan-card-view-has-white-background
...
Axo: Remove fixed container background color from the Ryan credit card component (3747)
2024-09-30 17:57:58 +02:00
Emili Castells
4a0e1cf1b4
Merge pull request #2659 from woocommerce/release/2.9.2-rc1
...
Release 2.9.2-rc1
2024-09-30 17:54:43 +02:00
Daniel Dudzic
360082a789
Remove fixed container background color
2024-09-30 17:48:53 +02:00
Emili Castells Guasch
70d45c1ed7
Release 2.9.2-rc1
2024-09-30 17:47:02 +02:00
Emili Castells
682acb66c2
Merge pull request #2658 from woocommerce/PCP-3743-fastlane-render-watermark-on-right-side-of-email-field
...
Axo: Move watermark to the right side (3743)
2024-09-30 17:38:10 +02:00
Daniel Dudzic
1032dff3f9
Merge branch 'trunk' of github.com:woocommerce/woocommerce-paypal-payments into PCP-3743-fastlane-render-watermark-on-right-side-of-email-field
2024-09-30 17:28:34 +02:00
Daniel Dudzic
653deeec7f
Move the watermark to the right side
2024-09-30 17:26:23 +02:00
Emili Castells
37a36b5fbd
Merge pull request #2657 from woocommerce/PCP-3745-fastlane-add-link-to-setup-guide-to-the-fastlane-settings
...
Fastlane add link to setup guide to the Fastlane settings (3745)
2024-09-30 16:49:56 +02:00
Emili Castells Guasch
8293bb3d36
Update description
2024-09-30 16:41:54 +02:00
Emili Castells
b7a1e498d5
Merge pull request #2653 from woocommerce/fastlane-card-preview-ui-for-classic-checkout
...
Fastlane card preview UI for classic checkout
2024-09-30 16:20:07 +02:00
Emili Castells
2f4a76a4bb
Merge pull request #2652 from woocommerce/PCP-3716-fix-fastlane-classic-checkout-card-icons
...
Fastlane Classic Checkout card icons (3716)
2024-09-30 16:19:56 +02:00
Emili Castells
b04343b365
Merge pull request #2650 from woocommerce/PCP-3717-fix-fastlane-spinner-in-safari
...
Fastlane spinner does not disappear once the watermark (3717)
2024-09-30 16:19:42 +02:00