sarga/packages/Webkul/Paypal/src/Resources/lang/de/app.php

10 lines
272 B
PHP

<?php
return [
'error' => [
'universal-error' => 'Something went wrong!',
'sdk-validation-error' => 'Client ID not recognized for either production or sandbox!',
'authorization-error' => 'Client ID and Client Secret should be valid!'
]
];