diff --git a/README.md b/README.md index 128f270..4842328 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,6 @@ CBPurchase.purchaseProduct(product=CBProduct, customer=CBCustomer, object : CBCa } override fun onError(error: CBException) { Log.e(TAG, "Error: ${error.message}") - // Handle error here } }) ```