Skip to content

Commit e826366

Browse files
committed
MAGETWO-63915: Implement CVV and AVS mapping for Braintree (PayPal)
1 parent b575406 commit e826366

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/code/Magento/Braintree/Model/AvsEmsCodeMapper.php

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

4444
/**
4545
* Gets payment AVS verification code.
46-
* Returns null if payment does not contain any AVS details.
4746
* Throws an exception if specified order payment has different payment method code.
4847
*
4948
* @param OrderPaymentInterface $orderPayment

app/code/Magento/Braintree/Model/CvvEmsCodeMapper.php

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

4343
/**
4444
* Gets payment CVV verification code.
45-
* Returns null if payment does not contain any CVV details.
4645
* Throws an exception if specified order payment has different payment method code.
4746
*
4847
* @param OrderPaymentInterface $orderPayment

0 commit comments

Comments
 (0)