Skip to content

Commit

Permalink
Merge branch 'develop' into add/8779-unit-test-get-reporting-payment-…
Browse files Browse the repository at this point in the history
…activity
  • Loading branch information
Jinksi committed May 20, 2024
2 parents e683832 + 6b42312 commit 6e24403
Show file tree
Hide file tree
Showing 173 changed files with 3,295 additions and 1,014 deletions.
8 changes: 6 additions & 2 deletions assets/css/success.rtl.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
.wc-payment-gateway-method-name-woopay-wrapper {
.wc-payment-gateway-method-logo-wrapper {
display: flex;
align-items: center;
flex-wrap: wrap;
line-height: 1;
}

.wc-payment-gateway-method-name-woopay-wrapper img {
.wc-payment-gateway-method-logo-wrapper img {
margin-left: 0.5rem;
padding-top: 4px;
}

.wc-payment-gateway-method-logo-wrapper.wc-payment-bnpl-logo img {
max-height: 30px;
}
36 changes: 36 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
*** WooPayments Changelog ***

= 7.6.0 - 2024-05-08 =
* Add - Add additional data to Compatibility service
* Add - Add User Satisfaction Survey for Payments Overview Widget
* Add - Detect payment methods enabled by multiple payment gateways.
* Add - Display BNPL payment method logos on the thank you page.
* Add - Non user-facing changes. Behind feature flag. Add tooltip messages to tiles within Payment activity widget
* Add - Not user-facing: hidden behind feature flag. Use Reporting API to fetch and populate data in the Payment Activity widget.
* Add - Pre check save my info for eligible contries
* Add - Support for starting auto-renewing subscriptions for In-Person Payments.
* Fix - Add notice when no rules are enabled in advanced fraud settings
* Fix - Adjust positioning of BNPL messaging on the classic cart page.
* Fix - Avoid updating billing details for legacy card objects.
* Fix - Ensure the WooPay preview in the admin dashboard matches the actual implementation.
* Fix - fix: BNPL announcement link.
* Fix - fix: Stripe terms warning at checkout when Link is enabled
* Fix - Fix issue with transient check related to fraud protection settings.
* Fix - Fix order notes entry and risk meta box content when a payment is blocked due to AVS checks while the corresponding advanced fraud rule is enabled.
* Fix - Fix type error for fraud outcome API.
* Fix - Fix WooPay tracks user ID for logged in users.
* Fix - Hide Fraud info banner until first transaction happens
* Fix - Improve merchant session request with preloaded data.
* Fix - Improve signing of minimum WooPay session data.
* Fix - Make sure an explicit currency code is present in the cart and checkout blocks when multi-currency is enabled
* Fix - Prevent Stripe Link from triggering the checkout fields warning
* Fix - Remove risk review request from the transactions page.
* Fix - Resolves "Invalid recurring shipping method" errors when purchasing multiple subscriptions with Apple Pay and Google Pay.
* Fix - Revert: Add Multi-Currency Support to Page Caching via Cookies.
* Update - Add source param to onboarding and complete KYC links
* Update - Add support of a third-party plugin with PRBs into duplicates detection mechanism.
* Update - Remove feature flag for the pay-for-order flow
* Dev - Add Playwright e2e test suite ready for incremental migration and visual regression testing
* Dev - Avoid warnings about fatal error during plugin update due to problems with plugin initialization.
* Dev - Remove legacy method from `WooPay_Utilities`.
* Dev - Remove obsolete docker-compose key `version`
* Dev - Upgraded jetpack sync package version.

= 7.5.3 - 2024-04-22 =
* Fix - Fix subscription renewals exceptions
* Dev - Remove deprecated param from asset data registry interface.
Expand Down
4 changes: 0 additions & 4 deletions changelog/2024-04-18-09-06-44-606607

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/8249-add-bnpl-icons-to-thank-you-page

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/8279-fix-fraud-banner-display-transaction

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Omitted changelog entry since this PR only fixes an e2e test.


This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-8197-overview-survey

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-8511-add-payment-activity-data-tooltip

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-8519-reporting-api-to-component

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/add-8686-track-events-payment-activity-widget

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-duplicates-detection

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/add-monitoring-related-headers

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/add-more-compatibility-points

This file was deleted.

4 changes: 4 additions & 0 deletions changelog/add-phpstan-qit-tests-command
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: dev

Add command to run QIT PHPStan tests.
4 changes: 0 additions & 4 deletions changelog/add-pre-check-save-my-info

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/add-track-gateway-type

This file was deleted.

4 changes: 4 additions & 0 deletions changelog/add-woopay-direct-checkout-to-minicart
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: add

Add the WooPay Direct Checkout flow to the blocks mini cart widget.
4 changes: 4 additions & 0 deletions changelog/as-remove-auto-redirect
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: update

Do not auto-redirect to WooPay on page load.
4 changes: 4 additions & 0 deletions changelog/delete-4710-remove-deposit_status
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: update

Removed deprecated deposit_status key from account status
4 changes: 4 additions & 0 deletions changelog/feat-add-multi-currency-support-to-store-api
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: add

feat: add multi-currency support to Store API
4 changes: 4 additions & 0 deletions changelog/feat-error-notice-on-1m-amount
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: add

feat: error message on 1M+ amount
4 changes: 0 additions & 4 deletions changelog/fix-2559-woopay-preview-implementation-mismatch

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-2614-woopay-session-preload-requests

This file was deleted.

4 changes: 4 additions & 0 deletions changelog/fix-5150-xpf-currency
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: update

Update XPF currency formatting.
4 changes: 0 additions & 4 deletions changelog/fix-5151-fraud-outcome-type-error

This file was deleted.

5 changes: 5 additions & 0 deletions changelog/fix-5223-payment-activity-adjustment
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Added adjustment type to charges data highlight on Payment Activity Card


4 changes: 0 additions & 4 deletions changelog/fix-6497-advanced-fraud-settings-empty

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-8029-prb-invalid-recurring-shipping-method

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-8340-avs-mismatch-risk-meta-box

This file was deleted.

5 changes: 5 additions & 0 deletions changelog/fix-8611-3DS-subscription-pm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Small change to ensure tokens are stored on 3DS subscriptions.


4 changes: 0 additions & 4 deletions changelog/fix-8672-remove-obsolete-docker-compose-version

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-8675-add-dispute-date-filter-to-link

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-8695-fraud-protection-settings-api-calls

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-8697-remove-transactions-review

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-8702-fix-refunds-view-report-link

This file was deleted.

5 changes: 5 additions & 0 deletions changelog/fix-8704-fix-disputes-view-report-link
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Fix for the `View report` link on Disputes tile of Payment activity widget. Changes behind a feature flag.


5 changes: 0 additions & 5 deletions changelog/fix-8705-charges-view-report

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-8706-tpv-view-report-link

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-8710-payment-activity-survey-all-admin-users

This file was deleted.

5 changes: 5 additions & 0 deletions changelog/fix-8716-duplicate-query-checkout
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: A small defensive check for PRB gateway title filtering.


5 changes: 0 additions & 5 deletions changelog/fix-8724-are-these-metrics

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-8732-qit-warning

This file was deleted.

4 changes: 4 additions & 0 deletions changelog/fix-8775-direct-checkout-shortcode-orders
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fix

Fix shortcode orders when using WooPay Direct Checkout.
5 changes: 5 additions & 0 deletions changelog/fix-afterpay-virtual-produts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Fixed Afterpay for virtual products that was not released yet


4 changes: 0 additions & 4 deletions changelog/fix-bnpl-dialog-link

This file was deleted.

5 changes: 5 additions & 0 deletions changelog/fix-escaping-from-8650
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: PR related to another issue already in changelog.


4 changes: 0 additions & 4 deletions changelog/fix-fatals-on-plugin-update

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-improve-woopay-encrypted-session-data

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fix

Charm pricing and rounding options corrected for all currencies that aren't presented with decimal points.
5 changes: 0 additions & 5 deletions changelog/fix-only-try-to-load-pmme-on-bnpl-methods

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-pre-check-sve-my-info-exception

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fix-remove-filter-disputes-report

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-remove-legacy-code-in-class-woopay-utilities

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-stripe-link-checkout-warning

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/fix-stripe-link-terms-warning

This file was deleted.

4 changes: 4 additions & 0 deletions changelog/fix-stripe-pmme-editor-error
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fix

Fix Payment block render error while editing the block checkout page.

This file was deleted.

4 changes: 4 additions & 0 deletions changelog/fix-woopay-save-user-on-non-checkout-pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fix

fix: remove WooPay checkout pages scripts from non-checkout pages
4 changes: 0 additions & 4 deletions changelog/fix-woopay-tracks-userid-for-logged-in-users

This file was deleted.

4 changes: 4 additions & 0 deletions changelog/refactor-pdp-payment-request-tokenized-cart
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: add

feat: tokenized cart PRBs on PDPs via feature flag.
4 changes: 0 additions & 4 deletions changelog/remove-deprecated-param-from-asset-data-registry

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/remove-feature-flag-for-the-pay-for-order-flow

This file was deleted.

0 comments on commit 6e24403

Please sign in to comment.