Skip to content

Commit

Permalink
[e6ce2e6]: fix - 3ds en - mapping classes
Browse files Browse the repository at this point in the history
including `bpmpi_device_#_channel`
  • Loading branch information
ellencsilva committed Feb 9, 2024
1 parent 09b2b1b commit 1f749ab
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 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>2024-02-09T17:03:33+00:00</updated>
<updated>2024-02-09T17:09:31+00:00</updated>
<id>https://braspag.github.io//</id>
<author>
<name>Aasita Muralikrishna</name>
Expand Down
11 changes: 10 additions & 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>2024-02-09T17:03:37+00:00</updated>
<updated>2024-02-09T17:09:35+00:00</updated>
<id>https://braspag.github.io//en/</id>
<author>
<name>Aasita Muralikrishna</name>
Expand Down Expand Up @@ -5488,6 +5488,15 @@ For more details on implementation, please visit: &lt;a href=&quot;https://brasp
&lt;td&gt; &lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Device&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;bpmpi_device_#_channel&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Channel from which the transaction came from. Possible values:&lt;br /&gt;-Browser&lt;br /&gt;-SDK&lt;br /&gt;-3RI&lt;/td&gt;
&lt;td&gt;Alphanumeric [up to 7 positions]&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Airline&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;bpmpi_airline_travelleg _ # _ carrier&lt;/code&gt;&lt;/td&gt;
Expand Down
9 changes: 9 additions & 0 deletions en/manualp/integration-javascript.html
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,15 @@ <h1 id="step-3---class-mapping">Step 3 - Class Mapping</h1>
<td> </td>
<td> </td>
</tr>
<tr>
<td><strong>Device</strong></td>
<td><code class="language-plaintext highlighter-rouge">bpmpi_device_#_channel</code></td>
<td>Channel from which the transaction came from. Possible values:<br />-Browser<br />-SDK<br />-3RI</td>
<td>Alphanumeric [up to 7 positions]</td>
<td>Yes</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><strong>Airline</strong></td>
<td><code class="language-plaintext highlighter-rouge">bpmpi_airline_travelleg _ # _ carrier</code></td>
Expand Down

0 comments on commit 1f749ab

Please sign in to comment.