Skip to content

Commit

Permalink
[ef9c699]: formatting - pagador en - post notificacao
Browse files Browse the repository at this point in the history
deleting quotation marks in changetype json example
  • Loading branch information
ellencsilva committed Dec 5, 2023
1 parent a79cb71 commit b457abe
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion 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-05T20:30:07+00:00</updated>
<updated>2023-12-05T20:32:41+00:00</updated>
<id>https://braspag.github.io//</id>
<author>
<name>Aasita Muralikrishna</name>
Expand Down
20 changes: 10 additions & 10 deletions 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-05T20:30:11+00:00</updated>
<updated>2023-12-05T20:32:45+00:00</updated>
<id>https://braspag.github.io//en/</id>
<author>
<name>Aasita Muralikrishna</name>
Expand Down Expand Up @@ -24481,7 +24481,7 @@ Sometimes only the cart information is not enough to guarantee an assertive anal
&lt;div class=&quot;language-json highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;p&quot;&gt;{&lt;/span&gt;&lt;span class=&quot;w&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;nl&quot;&gt;&quot;RecurrentPaymentId&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;w&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;nl&quot;&gt;&quot;PaymentId&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;w&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;nl&quot;&gt;&quot;ChangeType&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;2&quot;&lt;/span&gt;&lt;span class=&quot;w&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;nl&quot;&gt;&quot;ChangeType&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;w&quot;&gt; &lt;/span&gt;&lt;span class=&quot;mi&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;w&quot;&gt;
&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;}&lt;/span&gt;&lt;span class=&quot;w&quot;&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

Expand Down Expand Up @@ -24529,35 +24529,35 @@ Sometimes only the cart information is not enough to guarantee an assertive anal
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;“1”&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;Payment status change.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;“2”&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;Recurrence created.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;“3”&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;Anti-fraud status change.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;“4”&lt;/td&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;Recurring payment status change (e.g.: automatic deactivation).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;“5”&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;Refund denied (applicable to &lt;strong&gt;Rede&lt;/strong&gt;).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;“6”&lt;/td&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;td&gt;Underpaid registered boleto.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;“7”&lt;/td&gt;
&lt;td&gt;7&lt;/td&gt;
&lt;td&gt;Chargeback notification.&lt;br /&gt;For more details, refer to the &lt;a href=&quot;https://braspag.github.io//manual/risknotification&quot;&gt;Risk Notification&lt;/a&gt; guide.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;“8”&lt;/td&gt;
&lt;td&gt;8&lt;/td&gt;
&lt;td&gt;Fraud alert.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
Expand Down
18 changes: 9 additions & 9 deletions en/manual/braspag-pagador.html
Original file line number Diff line number Diff line change
Expand Up @@ -13649,7 +13649,7 @@ <h2 id="sent-notification">Sent Notification</h2>
<div class="language-json highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">{</span><span class="w">
</span><span class="nl">"RecurrentPaymentId"</span><span class="p">:</span><span class="w"> </span><span class="s2">"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"</span><span class="p">,</span><span class="w">
</span><span class="nl">"PaymentId"</span><span class="p">:</span><span class="w"> </span><span class="s2">"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"</span><span class="p">,</span><span class="w">
</span><span class="nl">"ChangeType"</span><span class="p">:</span><span class="w"> </span><span class="s2">"2"</span><span class="w">
</span><span class="nl">"ChangeType"</span><span class="p">:</span><span class="w"> </span><span class="mi">1</span><span class="w">
</span><span class="p">}</span><span class="w">
</span></code></pre></div></div>

Expand Down Expand Up @@ -13697,35 +13697,35 @@ <h2 id="sent-notification">Sent Notification</h2>
</thead>
<tbody>
<tr>
<td>“1”</td>
<td>1</td>
<td>Payment status change.</td>
</tr>
<tr>
<td>“2”</td>
<td>2</td>
<td>Recurrence created.</td>
</tr>
<tr>
<td>“3”</td>
<td>3</td>
<td>Anti-fraud status change.</td>
</tr>
<tr>
<td>“4”</td>
<td>4</td>
<td>Recurring payment status change (e.g.: automatic deactivation).</td>
</tr>
<tr>
<td>“5”</td>
<td>5</td>
<td>Refund denied (applicable to <strong>Rede</strong>).</td>
</tr>
<tr>
<td>“6”</td>
<td>6</td>
<td>Underpaid registered boleto.</td>
</tr>
<tr>
<td>“7”</td>
<td>7</td>
<td>Chargeback notification.<br />For more details, refer to the <a href="https://braspag.github.io//manual/risknotification">Risk Notification</a> guide.</td>
</tr>
<tr>
<td>“8”</td>
<td>8</td>
<td>Fraud alert.</td>
</tr>
</tbody>
Expand Down

0 comments on commit b457abe

Please sign in to comment.