<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Implementation in ReactJS in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Implementation-in-ReactJS/m-p/68249#M41492</link>
    <description>&lt;P&gt;Can you please comment out how&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;responsehandler&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;can be defined on ReactJS application&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt; &amp;lt;form id="paymentForm" method="POST" action=""&amp;gt;
          &amp;lt;input type="hidden" name="dataValue" id="dataValue" /&amp;gt;
          &amp;lt;input type="hidden" name="dataDescriptor" id="dataDescriptor" /&amp;gt;
          &amp;lt;InputDiv id="proceed"&amp;gt;
            &amp;lt;Button
              type="button"
              id="paymentButton"
              className="AcceptUI"
              data-billingAddressOptions='{"show":true, "required":false}'
              data-apiLoginID={
                process.env.REACT_APP_AUTHORIZE_NET_LOGIN_ID
              }
              data-clientKey={
                process.env.REACT_APP_AUTHORIZE_NET_TRANSITION_KEY 
              }
              data-acceptUIFormBtnTxt="Pay now"
              data-acceptUIFormHeaderTxt="Card Information"
              data-paymentOptions='{"showCreditCard": true, "showBankAccount": true}'
              data-responseHandler={(response) =&amp;gt; {
                this.handleSendPaymentInformationToAuthorizeNet(response);
              }}
            &amp;gt;
              Proceed
            &amp;lt;/Button&amp;gt;
          &amp;lt;/InputDiv&amp;gt;
        &amp;lt;/form&amp;gt;&lt;/PRE&gt;&lt;PRE&gt;handleSendPaymentInformationToAuthorizeNet = (response) =&amp;gt; {
    console.log('response is', response);
  };&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jul 2019 06:21:22 GMT</pubDate>
    <dc:creator>vamshi27</dc:creator>
    <dc:date>2019-07-03T06:21:22Z</dc:date>
    <item>
      <title>Implementation in ReactJS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Implementation-in-ReactJS/m-p/68249#M41492</link>
      <description>&lt;P&gt;Can you please comment out how&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;responsehandler&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;can be defined on ReactJS application&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt; &amp;lt;form id="paymentForm" method="POST" action=""&amp;gt;
          &amp;lt;input type="hidden" name="dataValue" id="dataValue" /&amp;gt;
          &amp;lt;input type="hidden" name="dataDescriptor" id="dataDescriptor" /&amp;gt;
          &amp;lt;InputDiv id="proceed"&amp;gt;
            &amp;lt;Button
              type="button"
              id="paymentButton"
              className="AcceptUI"
              data-billingAddressOptions='{"show":true, "required":false}'
              data-apiLoginID={
                process.env.REACT_APP_AUTHORIZE_NET_LOGIN_ID
              }
              data-clientKey={
                process.env.REACT_APP_AUTHORIZE_NET_TRANSITION_KEY 
              }
              data-acceptUIFormBtnTxt="Pay now"
              data-acceptUIFormHeaderTxt="Card Information"
              data-paymentOptions='{"showCreditCard": true, "showBankAccount": true}'
              data-responseHandler={(response) =&amp;gt; {
                this.handleSendPaymentInformationToAuthorizeNet(response);
              }}
            &amp;gt;
              Proceed
            &amp;lt;/Button&amp;gt;
          &amp;lt;/InputDiv&amp;gt;
        &amp;lt;/form&amp;gt;&lt;/PRE&gt;&lt;PRE&gt;handleSendPaymentInformationToAuthorizeNet = (response) =&amp;gt; {
    console.log('response is', response);
  };&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 06:21:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Implementation-in-ReactJS/m-p/68249#M41492</guid>
      <dc:creator>vamshi27</dc:creator>
      <dc:date>2019-07-03T06:21:22Z</dc:date>
    </item>
  </channel>
</rss>

