Skip to content

Commit b575406

Browse files
committed
MAGETWO-63917: Implement CVV and AVS mapping for PayPal Payflow Pro/ PayPal Payments Pro
1 parent 3e7d29c commit b575406

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/code/Magento/Paypal/Model/Payflow/AvsEmsCodeMapper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class AvsEmsCodeMapper implements PaymentVerificationInterface
4040

4141
/**
4242
* Gets payment AVS verification code.
43-
* Returns null if payment does not contain any AVS details.
4443
* Throws an exception if specified order payment has different payment method code.
4544
*
4645
* @param OrderPaymentInterface $orderPayment

app/code/Magento/Paypal/Model/Payflow/CvvEmsCodeMapper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ class CvvEmsCodeMapper implements PaymentVerificationInterface
3838

3939
/**
4040
* Gets payment CVV verification code.
41-
* Returns null if payment does not contain any CVV details.
4241
* Throws an exception if specified order payment has different payment method code.
4342
*
4443
* @param OrderPaymentInterface $orderPayment

0 commit comments

Comments
 (0)