Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zgunz42/ipaymu_ruby
https://github.com/zgunz42/ipaymu_ruby
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zgunz42/ipaymu_ruby
- Owner: zgunz42
- License: mit
- Created: 2021-06-21T02:17:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T06:00:46.000Z (22 days ago)
- Last Synced: 2024-10-17T17:18:30.746Z (21 days ago)
- Language: Ruby
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ipaymu_ruby
The Ipaymu gem provides integration access to the Ipaymu Gateway.
> note:
> _this using ipaymu api v2_## Installation
```ruby
gem install ipaymu
```Or add to your Gemfile:
```ruby
gem 'ipaymu'
```