Skip to content

Commit

Permalink
Merge d62a0ad into 349a5a1
Browse files Browse the repository at this point in the history
  • Loading branch information
StephaneBour committed Mar 24, 2019
2 parents 349a5a1 + d62a0ad commit 019184a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"guzzlehttp/guzzle": "~6.0",
"illuminate/support": "~5.1|~5.2|~5.3|~5.4|~5.5|~5.6|~5.7|~5.8",
"nesbot/carbon": "~1.0"
"nesbot/carbon": "~1.0 || ~2.0"
},
"config": {
"sort-packages": true
Expand Down
8 changes: 8 additions & 0 deletions lang/fr/error.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
'paypal_transaction_declined' =>
'Impossible de traiter le paiement car votre transaction a été refusée sur PayPal',
'paypal_transaction_not_verified' => 'Impossible de vérifier la transaction depuis PayPal',
'paypal_connection_error' => 'Impossible de se connecter à PayPal. Veuillez réessayer',
];

0 comments on commit 019184a

Please sign in to comment.