File tree Expand file tree Collapse file tree 4 files changed +20156
-1437
lines changed
Expand file tree Collapse file tree 4 files changed +20156
-1437
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ class ProcessScreen extends React.Component {
4545 navigation : any ;
4646 eventListener : any ;
4747 isPopupVisible : boolean ;
48+ statusBarLight : boolean ;
4849
4950 merchantId : string ;
5051 clientId : string ;
@@ -221,7 +222,7 @@ class ProcessScreen extends React.Component {
221222 this . merchantId ,
222223 JSON . stringify ( orderDetailsNew ) ,
223224 signNew ,
224- this . merchantKeyId
225+ this . merchantKeyId ,
225226 this . statusBarLight
226227 ) ;
227228 HyperSdkReact . process ( JSON . stringify ( payload ) ) ;
@@ -836,7 +837,7 @@ class ProcessScreen extends React.Component {
836837 this . merchantId ,
837838 JSON . stringify ( this . orderDetails ) ,
838839 this . signature ,
839- this . merchantKeyId
840+ this . merchantKeyId ,
840841 this . statusBarLight
841842 ) ;
842843
@@ -852,7 +853,7 @@ class ProcessScreen extends React.Component {
852853 this . merchantId ,
853854 JSON . stringify ( this . orderDetails ) ,
854855 this . signature ,
855- this . merchantKeyId
856+ this . merchantKeyId ,
856857 this . statusBarLight
857858 ) ;
858859
You can’t perform that action at this time.
0 commit comments