We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3325265 + 695b417 commit 89e091fCopy full SHA for 89e091f
1 file changed
src/API/FeedState.php
@@ -251,7 +251,7 @@ private function add_feed_registration_state( $result ) {
251
252
try {
253
254
- if ( empty( $merchant_id ) || ! Pinterest_For_Woocommerce()::get_data( 'feed_registered' ) ) {
+ if ( empty( $merchant_id ) ) {
255
throw new \Exception( esc_html__( 'Product feed not yet configured on Pinterest.', 'pinterest-for-woocommerce' ), 200 );
256
}
257
0 commit comments