Commit bbe11fa
Handle support of Apple Pay and Google Pay in WC Cart/Checkout blocks (#656)
* Do not enqueue legacy ext checkout assets if block in use
* Update changelog
* Bail loading scripts if not product page or checkout block in use
* Update ext checkout should enqueue script to consider specific blocks
* Removed typed return to avoid breaking bc
* Accidental typo
* Add methods to work with the payment processing context
* Remove `Blocks_Handler::is_checkout_block_in_use` check
This check determines if block-based checkout is the default, but this is not what we want, because block checkout may be used even if not the default.
* Add sanity check to session exists before adding a notice
* Update changelog
* Allow dynamic properties
* Spacing
* Add the checkout button text to the payment data payload (#660)
* Add checkout button text to payment form data
* Tweak message key
* Update namespace ref
* Update phpdocs
* Add missing since tags
* Fix since tags
---------
Co-authored-by: Fulvio Notarstefano <fulvio.notarstefano@gmail.com>
* Fix `remove_support()` method in base gateway class (#662)
* only remove features that are already set
* reindex after removal
* Apply review feedback
---------
Co-authored-by: Fulvio Notarstefano <fulvio.notarstefano@gmail.com>
* Update phpdocs and array shorthand
* Update changelog
* Remove internal tag from stub method
* Update phpdocs
* Release: v5.12.1
---------
Co-authored-by: Fulvio Notarstefano <fulvio.notarstefano@gmail.com>
Co-authored-by: Illimar Tambek <itambek@godaddy.com>
Co-authored-by: Illimar Tambek (GoDaddy) <77076466+itambek-godaddy@users.noreply.github.com>
Co-authored-by: Nik McLaughlin <76006259+nikolas4175-godaddy@users.noreply.github.com>1 parent cbd57b5 commit bbe11fa
File tree
135 files changed
+1112
-984
lines changed- tests
- _support/plugins
- gateway-test-plugin/includes
- test-plugin/includes
- integration
- API
- REST_API
- Controllers
- Settings_API
- payment-gateway
- apple-pay
- unit
- API
- Settings_API
- woocommerce
- Addresses
- Blocks
- Traits
- Handlers
- Settings_API
- admin
- api
- traits
- compatibility
- i18n/languages
- payment-gateway
- Blocks
- External_Checkout
- Google_Pay
- apple-pay
- api
- Handlers
- admin
- api
- assets
- dist/frontend
- js/frontend
- exceptions
- integrations
- payment-tokens
- rest-api
- rest-api
- Controllers
- utilities
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
135 files changed
+1112
-984
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments