paystack-android icon indicating copy to clipboard operation
paystack-android copied to clipboard

Paystack SDK for Android. Accept payments on Android

Results 18 paystack-android issues
Sort by recently updated
recently updated
newest added

# Problem/Motivation Crash when the user put a wrong OTP input code. Stacktrace ``` E/AndroidRuntime: FATAL EXCEPTION: main java.lang.NullPointerException at android.content.res.XmlBlock.nativeGetStyleAttribute(Native Method) at android.content.res.XmlBlock.access$1500(XmlBlock.java:41) at android.content.res.XmlBlock$Parser.getStyleAttribute(XmlBlock.java:459) at android.content.res.Resources$Theme.getExplicitStyle(Resources.java:1937) at android.view.View.retrieveExplicitStyle(View.java:7009)...

bug

# Problem/Motivation (Why the issue was filed, steps to reproduce the problem, etc.) ## Proposed resolution (Description of the proposed solution, the rationale behind it, and workarounds for people who...

I'm getting this error on the Android version. I'm using a public test key. ![image](https://user-images.githubusercontent.com/94693922/174514467-3666c9e3-ff26-4278-9e66-e94597d5849f.png)

Bumps [jmespath](https://github.com/trevorrowe/jmespath.rb) from 1.4.0 to 1.6.1. Release notes Sourced from jmespath's releases. Release v1.6.1 - 2022-03-07 Issue - Use JSON.parse instead of JSON.load. Release v1.6.0 - 2022-02-14 Feature - Add...

dependencies

## Changes made by this pull request - Updated app config docs

# Problem/Motivation (Why the issue was filed, steps to reproduce the problem, etc.) ## Proposed resolution (Description of the proposed solution, the rationale behind it, and workarounds for people who...

Setup CodeQL for SAST Commit to add CodeQL workflow for Static App Security Testing. Description ----------- Commit to add CodeQL workflow for Static App Security Scanning. Motivation and Context ----------------------...

CI
skip-changelog

I kept getting this error when I tried charging my card on live environment. Im using live key for both server side and client (See below screenshots) Error gotten: `co.paystack.android.exceptions.ChargeException:...

This library uses too many dependencies, and some dependencies have more extra compile dependencies, is it possible to make it this thing lighter?

Fixes #0 ## Changes made by this pull request - I added Kotlin implementation of the Paystack SDK