File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
app/code/Magento/Paypal/Model/Payflow Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,10 @@ class AvsEmsCodeMapper implements PaymentVerificationInterface
40
40
41
41
/**
42
42
* Gets payment AVS verification code.
43
- * Throws an exception if specified order payment has different payment method code.
44
43
*
45
44
* @param OrderPaymentInterface $orderPayment
46
45
* @return string
47
- * @throws \InvalidArgumentException
46
+ * @throws \InvalidArgumentException If specified order payment has different payment method code.
48
47
*/
49
48
public function getCode (OrderPaymentInterface $ orderPayment )
50
49
{
Original file line number Diff line number Diff line change @@ -38,11 +38,10 @@ class CvvEmsCodeMapper implements PaymentVerificationInterface
38
38
39
39
/**
40
40
* Gets payment CVV verification code.
41
- * Throws an exception if specified order payment has different payment method code.
42
41
*
43
42
* @param OrderPaymentInterface $orderPayment
44
43
* @return string
45
- * @throws \Exception
44
+ * @throws \InvalidArgumentException If specified order payment has different payment method code.
46
45
*/
47
46
public function getCode (OrderPaymentInterface $ orderPayment )
48
47
{
You can’t perform that action at this time.
0 commit comments