Skip to content

Commit

Permalink
Merge branch 'develop' into 9037-giropay-deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmoore authored Jul 5, 2024
2 parents 24b10e5 + b09dd2c commit 99acaff
Show file tree
Hide file tree
Showing 46 changed files with 1,001 additions and 604 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ contributors.md
# Volumes mounted by Docker containers
docker/data
docker/wordpress
docker/mu-plugins
docker/logs

# Local machine docker override
Expand Down
4 changes: 4 additions & 0 deletions changelog/add-8869-pay-for-order-support-in-ece
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: add

Add Pay for Order support in Express Checkout Elements.
4 changes: 0 additions & 4 deletions changelog/add-8870-ece-for-shortcode-cart-and-checkout

This file was deleted.

4 changes: 4 additions & 0 deletions changelog/add-8986-post-message-fail-safe-fallback
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: add

Ensure shoppers can still checkout, even when WooPay is slow or unavailable.
4 changes: 4 additions & 0 deletions changelog/change-9025-no-printed-receipts-in-wcpay
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: update

Update payment receipt settings to remove mention of the printed receipts.
5 changes: 5 additions & 0 deletions changelog/dev-add-docker-support-for-local-mu-plugins
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: dev
Comment: Add support for mu-plugins.


4 changes: 4 additions & 0 deletions changelog/fix-9035-disable-link-in-ece
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: fix

Disable Stripe Link in ECE.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fix

Display an invalid address error instead of generic one in the checkout form when Afterpay is selected as payment method
4 changes: 4 additions & 0 deletions changelog/fix-unnecessary-effect-reruns
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: dev

Prevent infinite loop in usePaymentFailHandler effect
4 changes: 4 additions & 0 deletions changelog/update-route-regex-validation
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: dev

Add validation for path variables.
27 changes: 0 additions & 27 deletions client/card-readers/preview-receipt/index.tsx

This file was deleted.

61 changes: 0 additions & 61 deletions client/card-readers/preview-receipt/previewer.tsx

This file was deleted.

104 changes: 0 additions & 104 deletions client/card-readers/preview-receipt/receipt.tsx

This file was deleted.

11 changes: 0 additions & 11 deletions client/card-readers/preview-receipt/style.scss

This file was deleted.

Loading

0 comments on commit 99acaff

Please sign in to comment.