Skip to content

Commit 3592ff3

Browse files
author
Spandana Chittimala
committed
Merge branch 'MAGETWO-99035' of https://github.com/magento-mpi/magento2ce into PR-05-29-2019
2 parents 8c6af59 + 64aa02b commit 3592ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public function authorize(InfoInterface $payment, $amount)
195195
} catch (LocalizedException $exception) {
196196
$payment->setParentTransactionId($response->getData(self::PNREF));
197197
$this->void($payment);
198-
// phpcs:ignore Magento2.Exceptions.DirectThrow
198+
// phpcs:ignore Magento2.Exceptions.ThrowCatch
199199
throw new LocalizedException(__("The payment couldn't be processed at this time. Please try again later."));
200200
}
201201

0 commit comments

Comments
 (0)