gala icon indicating copy to clipboard operation
gala copied to clipboard

Ruby library for decrypting Apple Pay payment tokens

Results 12 gala issues
Sort by recently updated
recently updated
newest added

https://github.com/spreedly/gala/blob/797316fae8a41a6e91c351b89fcd505b22f787e0/lib/gala/payment_token.rb#L81 What is the purpose of removing the first 2 bytes here?

Hey @rwdaigle, any chance we could bump the [OpenSSL gem](https://rubygems.org/gems/openssl) to version 3 (or loosen the dependency)? Thanks!

Closes #17 Closes #16 (includes its rake version dep bump) Not sure why the CircleCI isn't firing, but when I run rake test locally I get a failure, but i...

We ran into an issue while refactoring the code around our usage of Gala and ended up passing corrupted hashes into `Gala::PaymentToken.new` this resulted in exceptions, but obtuse errors like...

Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. Changelog Sourced from rake's changelog. === 13.0.3 Fix breaking change of execution order on TestTask. Pull request #368 by ysakasin...

dependencies

Thank you so much for writing and maintaing the Gala gem! Tests were passing in May 2018 (last commit) but if you run them today you'll get this error. ```...

I'm attempting to use rake test with my certificate and paymentData. But I'm unsure what should go in @merchant_id in setup. Same for @shared_secret and @symmetric_key, where do I get...

I hand-picked the number 5 to substitute for "few" in > If the time signature and the transaction time differ by more than a few minutes, it's possible that the...

In Ruby 2.3.7 I'm hitting some significant problems. First, simply running `bundle install` from this repo doesn't seem to install `aead`, since when I run the tests or pull open...