Welcome, This guide will help you to get started with Unofficial Chapa In-App Purchase Android Library.
minSdk : 19
Step 1 : Open setting.gradle
file add maven jetpack repository:
Step 2 : On your build.gradle
file add the following dependency:
Step 2 : Initialize chapa configuration on your app's MainActivity
or Application
class
@code
@code
Step 3 : To process simple basic payment
@code
@code