Tags: PaystackHQ/paystack-android
Tags
Swap Moshi for GSON to address Type erasure problems in network reque… …sts (#157) * Swap Moshi for GSON to address Type erasure problems in network requests * Add moshi converter factory dependency * Pass transaction reference and ID to callbacks for exception reporting
Add maven central repository Signed-off-by: Michael Obi <[email protected]>
Address verification for authentication for international cards * WIP: Address Verification card authentication - Launch verification form when authentication type required is `avs` Signed-off-by: Michael obi <[email protected]> * WIP: AVS - Set test USD card Signed-off-by: Michael obi <[email protected]> * WIP: Address verification system - Submit address to complete charge authentication Signed-off-by: Michael obi <[email protected]> * Complete charge with AVS Signed-off-by: Michael obi <[email protected]> * Remove test helper code some sample app Signed-off-by: Michael obi <[email protected]> * Move mavenCentral repository declaration to project level Signed-off-by: Michael obi <[email protected]> * Bump version code to 18 Signed-off-by: Michael obi <[email protected]> * Revert BASE_URL to https://standard.paystack.co/ Signed-off-by: Michael obi <[email protected]> * Fix issue where PIN responses caused a crash due to absence of `auth` property Signed-off-by: Michael obi <[email protected]> * Handle AVS errors Signed-off-by: Michael obi <[email protected]>
return a more descriptive error when parsing an API response fails
PreviousNext