Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #36 from minggangw/XWALK-6794
Browse files Browse the repository at this point in the history
[IAP]Correct the error name
  • Loading branch information
Halton Huo committed Apr 25, 2016
2 parents c12990b + f41eded commit 5d46447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iap/src/org/xwalk/extensions/InAppPurchaseHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class InAppPurchaseHelper {

// The names of different errors.
public static final String OPERATION_ERROR = "OperationError";
public static final String NOT_SUPPORTED_ERROR = "NotSupportError";
public static final String NOT_SUPPORTED_ERROR = "NotSupportedError";

public InAppPurchaseHelper(Activity activity, int instanceId, InAppPurchaseHelperListener listener) {
mActivity = activity;
Expand Down

0 comments on commit 5d46447

Please sign in to comment.