Skip to content
This repository was archived by the owner on Jan 12, 2019. It is now read-only.

Commit 22b6b07

Browse files
author
Jay Patel
committed
Minor Correction
1 parent a03ad30 commit 22b6b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/io/card/react/ReactCardIOModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
public class ReactCardIOModule extends ReactContextBaseJavaModule implements ActivityEventListener {
2020

21-
public static final String TAG = "com.remobile.toast.CardIO";
21+
public static final String TAG = "io.card.react.CardIO";
2222

2323
private android.widget.Toast mostRecentToast;
2424
private static final int REQUEST_CARD_SCAN = 10;

0 commit comments

Comments
 (0)