Merge pull request #881 from woocommerce/PCP-909-remove-wc-logo-during-onboarding

Remove WC logo during onboarding
This commit is contained in:
Emili Castells 2022-10-04 09:54:29 +02:00 committed by GitHub
commit 783377cddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@
* Enhancement - Hide PayPal Card Processing tab if not available in country or for merchant #870
* Enhancement - Resubscribe webhooks on plugin upgrades #838
* Enhancement - PUI-relevant webhook not subscribed to #842
* Enhancement - Remove WC logo during onboarding #881
= 1.9.3 - 2022-08-31 =
* Add - Tracking API #792

View file

@ -79,7 +79,6 @@ class PartnerReferralsData {
'ppcp_partner_referrals_data',
array(
'partner_config_override' => array(
'partner_logo_url' => 'https://connect.woocommerce.com/images/woocommerce_logo.png',
/**
* Returns the URL which will be opened at the end of onboarding.
*/

View file

@ -91,6 +91,7 @@ Follow the steps below to connect the plugin to your PayPal account:
* Enhancement - Hide PayPal Card Processing tab if not available in country or for merchant #870
* Enhancement - Resubscribe webhooks on plugin upgrades #838
* Enhancement - PUI-relevant webhook not subscribed to #842
* Enhancement - Remove WC logo during onboarding #881
= 1.9.3 =
* Add - Tracking API #792