File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
app/code/Magento/Payment/Model Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ public function getCode();
25
25
*
26
26
* @return string
27
27
* @api
28
+ * @deprecated
28
29
*/
29
30
public function getFormBlockType ();
30
31
@@ -200,6 +201,7 @@ public function canUseForCurrency($currencyCode);
200
201
*
201
202
* @return string
202
203
* @api
204
+ * @deprecated
203
205
*/
204
206
public function getInfoBlockType ();
205
207
@@ -209,6 +211,7 @@ public function getInfoBlockType();
209
211
* @return InfoInterface
210
212
* @throws \Magento\Framework\Exception\LocalizedException
211
213
* @api
214
+ * @deprecated
212
215
*/
213
216
public function getInfoInstance ();
214
217
@@ -218,6 +221,7 @@ public function getInfoInstance();
218
221
* @param InfoInterface $info
219
222
* @return void
220
223
* @api
224
+ * @deprecated
221
225
*/
222
226
public function setInfoInstance (InfoInterface $ info );
223
227
@@ -331,6 +335,7 @@ public function getConfigData($field, $storeId = null);
331
335
* @param array|\Magento\Framework\DataObject $data
332
336
* @return $this
333
337
* @api
338
+ * @deprecated
334
339
*/
335
340
public function assignData ($ data );
336
341
@@ -360,6 +365,7 @@ public function isActive($storeId = null);
360
365
* @return $this
361
366
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
362
367
* @api
368
+ * @deprecated
363
369
*/
364
370
public function initialize ($ paymentAction , $ stateObject );
365
371
You can’t perform that action at this time.
0 commit comments