venmo / venmo-ios-sdk

Make and accept payments in your iOS app via Venmo
MIT License
178 stars 57 forks source link

Fix decoding to use websafe base64 #93

Closed diogeneshamilton closed 6 years ago

diogeneshamilton commented 9 years ago

Since the base64 encoding we're getting back is URL safe, this uses Google's classes for decoding the base64 encoded data.

This PR also removes sdk-integration-specs.

mgod commented 8 years ago

@diogeneshamilton @dasmer any news on merging this? I'd like to be using a more up to date version of the library and I need this fix.

mgod commented 8 years ago

@dasmer @diogeneshamilton any update on this? Still using a custom fork of the library because I need this and #98.