Skip to content

Update repo with latest master #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Conversation

kurl
Copy link

@kurl kurl commented Nov 10, 2020

This is to update AssemblyPayments/spreedly-gem with master from spreedly/spreedly-gem

jeremywrowe and others added 28 commits May 29, 2019 14:06
This removes the overstrictness of bundler version as a dev dependency.
It also cleans up the Rakefile a little bit.
This adds the necessary info to be able to run remote tests for contributors.
An example file is provided so that folks can just copy a file over and get started
quickly.
As 3D Secure 2 gateways become available in the Spreedly ecosystem, we need to
inform folks that they can be used in such situations. This exposes 3D Secure 2
abilities for purchase and authorize.
This adds support for Stored Credentials on Authorization and Purchase requests.
Adds request attributes on auth and purchase - `:three_ds_version` and
`:channel`.  It also adds a response fields of `:three_ds_context` on auth and
purchase responses.
ECS-493

77 tests, 656 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
This adds a new method to environment `complete_transaction`. It's intended to
be used to complete a transaction throughout the 3DS 2 lifecycle.

Example usage:

```rb
purchase = environment.purchase_on_gateway(....)
environment.complete_transaction(purchase.token)
```
include missed date in changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants