| @@ -144,13 +144,11 @@ | ||
| 144 | 144 | public function get_my_purchased_items() { |
| 145 | 145 | $page = $this->get_param( 'page', 1, 'intval' ); |
| 146 | 146 | $per_page = $this->get_param( 'per_page', 10, 'intval' ); |
| 147 | 147 | $_all = $this->get_param( 'all', false ); |
| 148 | - $platform = $this->get_param( 'platform', 'elementor' ); | |
| 149 | 148 | |
| 150 | 149 | $funcArgs = [ |
| 151 | 150 | 'api_key' => $this->api_key, |
| 152 | - 'platform' => $platform, | |
| 153 | 151 | 'page' => $page, |
| 154 | 152 | 'per_page' => $per_page |
| 155 | 153 | ]; |
| 156 | 154 | |