Skip to content

Commit

Permalink
Merge pull request #988 from woocommerce/fix/remove-unnecessary-conne…
Browse files Browse the repository at this point in the history
…ction-info-data-bits

Removing unused `feature_flags` key from connection info data.
  • Loading branch information
message-dimke authored Jun 25, 2024
2 parents 2642d71 + 355f8ab commit f96fac1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/API/TokenExchangeV3ToV5.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ public static function token_update() {
'advertiser_id' => Pinterest_For_Woocommerce()::get_setting( 'tracking_advertiser' ),
'tag_id' => Pinterest_For_WooCommerce()::get_setting( 'tracking_tag' ),
'merchant_id' => Pinterest_For_Woocommerce()::get_data( 'merchant_id' ),
'feature_flags' => array(
'tags' => true,
'CAPI' => true,
'catalog' => true,
),
);
Pinterest_For_Woocommerce()::save_connection_info_data( $info_data );

Expand Down

0 comments on commit f96fac1

Please sign in to comment.