-
## Problem
Barclays is deprecating their current integration called "ePDQ MPI" and replacing it with "Extra Plus" (they still use the term ePDQ though it seems). New merchants are not able to get an …
-
In ActiveMerchant 1.20.0 the billing gateway for Authorize.net mistakenly provides the Transaction ID value in place of the Authorization Code. Since an Authorization Code is required when you try to …
-
When running Rails integration tests using zeus, I'm getting weird errors:
```
ntalbott@joshua:~/git/spreedly/subscriptions$ zeus testrb test/integration/api/v4/v4_comp_subscriber_test.rb -n /OK/
Run…
-
A user can have subscriptions to many plans. So Subscription becomes an intermidiary field in a m2m relationship between Plan and User
-
We at Spreedly are beginning to add support for 3D secure to our Spreedly Core product, largely for the international market where it's often non-optional for merchants. As part of this we'd like to s…
-
Ideally, with the name of the parameter as the key and a description as the key's value. This would be useful when supporting - like Shopify does - multiple gateways.
-
The Spreedly API now allows for paying invoices using payment details that are kept on file by Spreedly. In order for RSpreedly to support this there are two updates required:
1. Retrieval of the "pay…
-
Maybe it's handy to add a Transaction class to lookup transactions? And probably a find for Invoices would be nice, if there is an API for that.
If I hear back from spreedly about the latter I'm will…
-
When retrieving subscriber information Spreedly also sends details of the invoices associated with that subscriber, however RSpreedly does not currently use this or make it available.
Having invoice …