Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correção do exemplo para venda com cartão de débito #425

Open
wants to merge 1 commit into
base: docs
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion _i18n/en/_posts/pagador/2017-07-27-braspag-pagador.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ See below the representation of a standard **transactional flow** in the creatio
}
},
"Payment":{
"Type":"DebitCard",
"DebitCard":{
"CardNumber":"************1106",
"Holder":"NOME DO TITULAR DO CARTÃO",
Expand All @@ -670,7 +671,8 @@ See below the representation of a standard **transactional flow** in the creatio
{
"Name":"NomeDoCampo",
"Value":"ValorDoCampo"
]}
}
]}
"InitiatedTransactionIndicator": {
"Category": "C1",
"Subcategory": "Standingorder"
Expand Down Expand Up @@ -716,6 +718,7 @@ See below the representation of a standard **transactional flow** in the creatio
}
},
"Payment":{
"Type":"DebitCard"
"DebitCard":{
"CardNumber":"************1106",
"Holder":"NOME DO TITULAR DO CARTÃO",
Expand All @@ -738,6 +741,7 @@ See below the representation of a standard **transactional flow** in the creatio
{
"Name":"NomeDoCampo",
"Value":"ValorDoCampo"
}
]},
"InitiatedTransactionIndicator": {
"Category": "C1",
Expand Down
7 changes: 6 additions & 1 deletion _i18n/pt/_posts/pagador/2017-07-27-braspag-pagador.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ Veja abaixo a representação de um **fluxo transacional** padrão na criação
}
},
"Payment":{
"Type":"DebitCard",
"DebitCard":{
"CardNumber":"************1106",
"Holder":"NOME DO TITULAR DO CARTÃO",
Expand All @@ -664,7 +665,8 @@ Veja abaixo a representação de um **fluxo transacional** padrão na criação
"Xid":"Uk5ZanBHcWw2RjRCbEN5dGtiMTB=",
"Eci":"5",
"Version":"2",
"ReferenceId":"a24a5d87-b1a1-4aef-a37b-2f30b91274e6" },
"ReferenceId":"a24a5d87-b1a1-4aef-a37b-2f30b91274e6"
},
"InitiatedTransactionIndicator": {
"Category": "C1",
"Subcategory": "Standingorder"
Expand All @@ -673,6 +675,7 @@ Veja abaixo a representação de um **fluxo transacional** padrão na criação
{
"Name":"NomeDoCampo",
"Value":"ValorDoCampo"
}
]
}
}
Expand Down Expand Up @@ -716,6 +719,7 @@ Veja abaixo a representação de um **fluxo transacional** padrão na criação
}
},
"Payment":{
"Type":"DebitCard",
"DebitCard":{
"CardNumber":"************1106",
"Holder":"NOME DO TITULAR DO CARTÃO",
Expand All @@ -742,6 +746,7 @@ Veja abaixo a representação de um **fluxo transacional** padrão na criação
{
"Name":"NomeDoCampo",
"Value":"ValorDoCampo"
}
]
}
}
Expand Down