Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Adding validation error message response
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrall committed Dec 1, 2011
1 parent 67af162 commit 778543d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 0.1/samurai/payment_error_handler.js.coffee
Expand Up @@ -21,6 +21,7 @@ $ = Samurai.jQuery
blank: 'is required.'
failed_checksum: 'is not valid.'
invalid: 'is not valid.'
failed_validation: 'is not valid.'
'processor.transaction':
invalid: 'This transaction is invalid. Please contact support.'
declined: 'Your card was declined.'
Expand Down

0 comments on commit 778543d

Please sign in to comment.