| @@ -115,10 +115,10 @@ | ||
| 115 | 115 | } |
| 116 | 116 | if( !Data::isNullOrEmptyStr( $request->body('imageSource') ) ){ |
| 117 | 117 | $args['imageSource'] = Sanitize::textfield( $request->body('imageSource') ); |
| 118 | 118 | } |
| 119 | - if( !Data::isNullOrEmptyStr( $request->body('productIds') ) ){ | |
| 120 | - $args['productIds'] = JSON::decode( $request->body('productIds') ); | |
| 119 | + if( !Data::isNullOrEmptyStr( $request->body('includedIds') ) ){ | |
| 120 | + $args['includedIds'] = JSON::decode( $request->body('includedIds') ); | |
| 121 | 121 | } |
| 122 | 122 | if( !Data::isNullOrEmptyStr( $request->body('excludeNonThumbnail') ) ){ |
| 123 | 123 | $args['excludeNonThumbnail'] = Sanitize::textfield( $request->body('excludeNonThumbnail') ); |
| 124 | 124 | } |