Skip to content

Commit c29b7da

Browse files
author
Szymon Kostrubiec
committed
OP-283 - Added fixes for translation messages.
1 parent e5f6282 commit c29b7da

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/Bridge/OpenPayUBridge.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public function create(array $order): ?OpenPayU_Result
5555
return $result;
5656
} catch (\OpenPayU_Exception $exception) {
5757
throw new PayUResponseException($exception->getOriginalResponse()->getStatus(), $exception->getCode(), $order);
58-
// throw new \OpenPayU_Exception_Request($exception->getMessage(), $exception->getCode(),$order);
5958
}
6059
}
6160

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bitbag:
22
payu_plugin:
33
payu_exception:
4-
currencies: Sorry, an unexpected error has occurred. Please try again. If the problem persists, please contact us.
5-
default: Something is wrong, please contact us.
4+
currencies: Sorry, an unexpected error has occurred. Please try again. If the problem still persists, please contact us.
5+
default: Something is wrong, please contact us for more details.

0 commit comments

Comments
 (0)