Skip to content

Commit

Permalink
upds
Browse files Browse the repository at this point in the history
  • Loading branch information
smithspeed committed May 18, 2023
1 parent bf76348 commit ff4b84a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class InstantpayMposModule(reactContext: ReactApplicationContext) : ReactContext
if(items.has("successTimeout")){
val getTimeSec = items.getString("successTimeout").toInt() * 1000L;
//val makeStr = "L";
intent.putExtra("SUCCESS_DISMISS_TIMEOUT", "$getTimeSec");
intent.putExtra("SUCCESS_DISMISS_TIMEOUT", getTimeSec);
}

if(items.has("optional1")){
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-instantpay-mpos",
"version": "1.0.10",
"version": "1.0.11",
"description": "An mPOS (mobile point-of-sale) is a smartphone, tablet or dedicated wireless device that performs the functions of a cash register or electronic point-of-sale terminal (POS terminal) wirelessly.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit ff4b84a

Please sign in to comment.