Skip to content

Commit

Permalink
[35af242]: fix - pagador - af clearsale
Browse files Browse the repository at this point in the history
Incluindo tamanho e obrigatoriedade de Identity e Identity Type
  • Loading branch information
ellencsilva committed Dec 6, 2023
1 parent eed607a commit 152c6bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link href="https://braspag.github.io//"/>
<logo>https://braspag.github.io//assets/images/logo.png</logo>
<icon>https://braspag.github.io//assets/favicon.ico</icon>
<updated>2023-12-06T14:21:19+00:00</updated>
<updated>2023-12-06T14:30:24+00:00</updated>
<id>https://braspag.github.io//</id>
<author>
<name>Aasita Muralikrishna</name>
Expand Down Expand Up @@ -61641,14 +61641,14 @@ Caso seja aceita pelo Antifraude, a transação é então capturada e a cobranç
&lt;td&gt;Documento do destinatário.&lt;/td&gt;
&lt;td&gt;string&lt;/td&gt;
&lt;td&gt;14&lt;/td&gt;
&lt;td&gt;?&lt;/td&gt;
&lt;td&gt;Sim&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Payment.FraudAnalysis.Shipping.IdentityType&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;1 = Pessoa Física&lt;br /&gt;2 = Pessoa Jurídica.&lt;/td&gt;
&lt;td&gt;string&lt;/td&gt;
&lt;td&gt;?&lt;/td&gt;
&lt;td&gt;?&lt;/td&gt;
&lt;td&gt;255&lt;/td&gt;
&lt;td&gt;Não&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Payment.FraudAnalysis.Shipping.Street&lt;/code&gt;&lt;/td&gt;
Expand Down
2 changes: 1 addition & 1 deletion en/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link href="https://braspag.github.io//en/"/>
<logo>https://braspag.github.io//en/assets/images/logo.png</logo>
<icon>https://braspag.github.io//en/assets/favicon.ico</icon>
<updated>2023-12-06T14:21:23+00:00</updated>
<updated>2023-12-06T14:30:28+00:00</updated>
<id>https://braspag.github.io//en/</id>
<author>
<name>Aasita Muralikrishna</name>
Expand Down
6 changes: 3 additions & 3 deletions manual/braspag-pagador.html
Original file line number Diff line number Diff line change
Expand Up @@ -13256,14 +13256,14 @@ <h3 id="requisição-30">Requisição</h3>
<td>Documento do destinatário.</td>
<td>string</td>
<td>14</td>
<td>?</td>
<td>Sim</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">Payment.FraudAnalysis.Shipping.IdentityType</code></td>
<td>1 = Pessoa Física<br />2 = Pessoa Jurídica.</td>
<td>string</td>
<td>?</td>
<td>?</td>
<td>255</td>
<td>Não</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">Payment.FraudAnalysis.Shipping.Street</code></td>
Expand Down

0 comments on commit 152c6bc

Please sign in to comment.