Skip to content

PaystackOSS/FoodCheckout

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 

FoodCheckout

A simple application that shows how to integrate the Paystack SDK into your Android app. There's an accompanying guide that explains how you should go about your integration:

Project Setup

  • Clone project and open on Android Studio
  • The Java source code is on the main branch while the Kotlin is on the kotlin branch:
    • To use the Kotlin source code: git checkout kotlin
    • To use the Java source code: git checkout main
  • Open the gradle.properties file and add the following param:
    • PSTK_PUBLIC_KEY="your_paystack_public_key"
  • Sync project
  • Run the project when sync is successful

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages