[Unoffical] Payment Ruby Gem for Payments Visitor Count: ![Visitor Count](https://profile-counter.glitch.me/payment_ruby/count.svg) [Visit the gem at RubyGems.org](https://rubygems.org/gems/payment) [See Payment webpage](https://git.akillibulut.net/akillibulut/payment-gem) ### Getting started Add the following line to your Gemfile: ```ruby gem 'payment' ``` or ```cmd gem install payment require 'payment' ``` ### Example Usages ``` # Check test/test_payment.rb ``` ### Testing ``` rake test ``` ### Development ``` gem install steep steep check ``` ### Contributors [AKILLI BULUT](https://github.com/akillibulut/paratika) ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). ## Code of Conduct Everyone interacting in the Paratika project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/paratika/blob/master/CODE_OF_CONDUCT.md).