This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: run rspec | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
en: | |
pagseguro: | |
errors: | |
'bad_request': 'Bad request' | |
'5003': 'bank network error' | |
'10000': 'invalid creditcard brand' | |
'10001': "creditcard number with invalid length" | |
'10002': "invalid date format" | |
'10003': "invalid security field" | |
'10004': "cvv is mandatory" |