Skip to content

Commit

Permalink
minor typo (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfarukyilmaz authored and serggl committed Jan 1, 2017
1 parent 777d8c3 commit 6044c6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public boolean subscribe(Activity activity, String productId, String developerPa
return purchase(activity, productId, Constants.PRODUCT_TYPE_SUBSCRIPTION, developerPayload);
}

public boolean isOnTimePurchaseSupported(){
public boolean isOneTimePurchaseSupported(){
if (isOneTimePurchasesSupported)
return true;

Expand Down

0 comments on commit 6044c6d

Please sign in to comment.