Skip to content

Commit

Permalink
[dev] erro MposPluginService
Browse files Browse the repository at this point in the history
  • Loading branch information
williaanlopes committed Oct 22, 2020
1 parent 533c03b commit 06c2c89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/android/com/gurpster/cordova/pagarme/mpos/MposPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ public boolean execute(final String action, final JSONArray args, final Callback
return false;
}

// Intent i = new Intent(Intent.ACTION_GET_CONTENT);
// i.setType("*/*");
// cordova.getActivity().startActivityForResult(Intent.createChooser(i, "select file"), 12);

if (args != null) {

if (!bluetoothAdapter.isEnabled()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ public void onError(ANError error) {
} catch (JSONException e) {
}
}
});*?
});*/
}

public PluginResult makePluginResult(PluginResult.Status status, Object... args) {
Expand Down

0 comments on commit 06c2c89

Please sign in to comment.