Sha256: 2dfd19ce86f234af3ac5ad7ee564ad0d4852c4466501b59248ba9a2ced084407

Contents?: true

Size: 633 Bytes

Versions: 2

Compression:

Stored size: 633 Bytes

Contents

# Paymob

Unofficial Paymob Ruby gem for [Paymob](https://paymob.com/)

## Installation

Install the gem and add to the application's Gemfile by executing:

	$ bundle add paymob

If bundler is not being used to manage dependencies, install the gem by executing:

	$ gem install paymob

Next, you need to run the generator:

  	$ rails generate paymob:install

## Usage

```ruby
PaymobRuby.configure do |config|
  config.api_key = "api_key"
end
```

## Contributing

Bug reports and pull requests are welcome.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
paymob_ruby-0.1.1 README.md
paymob_ruby-0.1.0 README.md