@@ -371,8 +371,7 @@ public function void(\Magento\Payment\Model\InfoInterface $payment)
371
371
}
372
372
373
373
/**
374
- * Refund the amount
375
- * Need to decode last 4 digits for request.
374
+ * Refund the amount need to decode last 4 digits for request.
376
375
*
377
376
* @param \Magento\Framework\DataObject|\Magento\Payment\Model\InfoInterface $payment
378
377
* @param float $amount
@@ -630,7 +629,7 @@ protected function fillPaymentByResponse(\Magento\Framework\DataObject $payment)
630
629
$ additionalInformationKeys = explode (', ' , $ this ->getValue ('paymentInfoKeys ' ));
631
630
foreach ($ additionalInformationKeys as $ paymentInfoKey ) {
632
631
$ paymentInfoValue = $ response ->getDataByKey ($ paymentInfoKey );
633
- if ($ paymentInfoValue !== null ) {
632
+ if ($ paymentInfoValue !== null ) {
634
633
$ payment ->setAdditionalInformation ($ paymentInfoKey , $ paymentInfoValue );
635
634
}
636
635
}
@@ -690,6 +689,7 @@ protected function matchAmount($amount)
690
689
691
690
/**
692
691
* Operate with order using information from Authorize.net.
692
+ *
693
693
* Authorize order or authorize and capture it.
694
694
*
695
695
* @param \Magento\Sales\Model\Order $order
@@ -866,7 +866,7 @@ public function getConfigInterface()
866
866
* Getter for specified value according to set payment method code
867
867
*
868
868
* @param mixed $key
869
- * @param null $storeId
869
+ * @param int|string| null|\Magento\Store\Model\Store $storeId
870
870
* @return mixed
871
871
*/
872
872
public function getValue ($ key , $ storeId = null )
@@ -930,6 +930,8 @@ public function fetchTransactionInfo(\Magento\Payment\Model\InfoInterface $payme
930
930
}
931
931
932
932
/**
933
+ * Add statuc comment on update.
934
+ *
933
935
* @param \Magento\Sales\Model\Order\Payment $payment
934
936
* @param \Magento\Framework\DataObject $response
935
937
* @param string $transactionId
@@ -1004,8 +1006,9 @@ protected function getTransactionResponse($transactionId)
1004
1006
}
1005
1007
1006
1008
/**
1007
- * @return \Psr\Log\LoggerInterface
1009
+ * Get psr logger.
1008
1010
*
1011
+ * @return \Psr\Log\LoggerInterface
1009
1012
* @deprecated 100.1.0
1010
1013
*/
1011
1014
private function getPsrLogger ()
@@ -1046,7 +1049,9 @@ private function getOrderIncrementId(): string
1046
1049
}
1047
1050
1048
1051
/**
1049
- * Checks if filter action is Report Only. Transactions that trigger this filter are processed as normal,
1052
+ * Checks if filter action is Report Only.
1053
+ *
1054
+ * Transactions that trigger this filter are processed as normal,
1050
1055
* but are also reported in the Merchant Interface as triggering this filter.
1051
1056
*
1052
1057
* @param string $fdsFilterAction
0 commit comments