promisepay-ruby icon indicating copy to clipboard operation
promisepay-ruby copied to clipboard

Ruby gem for invoking PromisePay RESTful API

Results 10 promisepay-ruby issues
Sort by recently updated
recently updated
newest added

As this library has not been updated since August 2017 - is it still being maintained. We have been using it, but since the middle of last month we started...

From the little that I've seen already, this SDK is missing quite a few methods and looks like it has been abandoned

I can't seem to find the method to delete an item.

Callback resources, models and Spec implementation. ( #38 ) Let me know any issue.

A quick Fix for #37 . Let me know any issue.

As the promisepay API resources are standard REST, almost all the classes ***Resource** do pretty much the same. There is no need of that such amount of code repetition that...

Seems that "Redact Bank Account" operation is not correct. In the code [here](https://github.com/PromisePay/promisepay-ruby/blob/master/lib/promisepay/models/bank_account.rb#L22) it is require a **mobile-pin** param which is not mentioned on the [api doc](https://reference.promisepay.com/#redact-bank-account) nor in the...

Just that ... :) the CRUD for Callback resources should be almost trivial to implement as you already got the main engine. Thanks

There is any plan to add a Spec mock helper to ease the test. Something similar to what [stripe-ruby-mock](https://github.com/rebelidealist/stripe-ruby-mock) does? Thanks. Angel