Skip to content

Commit

Permalink
Updates made
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaaatt committed Jan 24, 2021
1 parent d984dfd commit ebe7bf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions iap/src/main/java/com/alphelios/iap/IapConnector.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class IapConnector(private val activity: AppCompatActivity, private val base64Ke
}

/**
* EasyIap will auto acknowledge the purchase
* Iap will auto acknowledge the purchase
*/
fun autoAcknowledge() {
shouldAutoAcknowledge = true
Expand Down Expand Up @@ -85,7 +85,7 @@ class IapConnector(private val activity: AppCompatActivity, private val base64Ke
}

/**
* To initialise EasyIapConnector.
* To initialise IapConnector.
*/
private fun init(context: Context) {
iapClient = BillingClient.newBuilder(context)
Expand Down
2 changes: 1 addition & 1 deletion iap/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">EasyIAP</string>
<string name="app_name">IAP</string>
</resources>

0 comments on commit ebe7bf0

Please sign in to comment.