mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Merge pull request #881 from woocommerce/PCP-909-remove-wc-logo-during-onboarding
Remove WC logo during onboarding
This commit is contained in:
commit
783377cddd
3 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue