zaakpay_ruby 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a2a454f79ed5c0454630d9f9efc31947a1e798b6
4
- data.tar.gz: cf0ad787d4c1552f1fbd89db8ceeefab0810cbd4
3
+ metadata.gz: 83363b2eb3784707015676b2e6fa3d6e16c1b5fb
4
+ data.tar.gz: 9fab89df2b7a5b46ce4c9707ece8ab8799af0c53
5
5
  SHA512:
6
- metadata.gz: 602d8e03c804110d908711a3bb19d4ffe52d8a48b2a6a802ab9b40d55ad239165c28c32bb72aff48d330be6fda8f4007faba28cfa138be6c03bcf06271dc5d4c
7
- data.tar.gz: 9b403271a8be7f9ebcfff00185161d9ed43f40d42cfe45e789b7e5bb4dc7cd78fb4b0f268b61dc3dc7dcbfe0b1a6d3297122652a9e557515224388f5aa395454
6
+ metadata.gz: e779f84edf0ea0928ba736af982d9ebdca76ed69b7e63bf04a804dd829bb290a38baf52c30dbb9ca99cdc13b349d6490bd83d3396493fb98d6773dd1f836e404
7
+ data.tar.gz: 340ad065612e39fac1844fea899ce662a1abb21f9c18ab9b449974ddde4df94b6de38e6869a6a3357823168364e1f0e0d21b34eb6dfee4c006a73a8c1eb2288e
data/README.md CHANGED
@@ -3,11 +3,17 @@ zaakpay_ruby is a ruby gem that demonstrates the integration of a ruby-on-rails
3
3
 
4
4
  A payment Gateway gem with easy installation and integration with rails 3, 4
5
5
  -Payment Gateway Services.
6
+
6
7
  -More than you want payment options with.
8
+
7
9
  -major credit cards, debit cards and 52 netbanking banks.
10
+
8
11
  -Fastest Merchant Approval.
12
+
9
13
  -Smooth integration across 22 platforms.
14
+
10
15
  -Start in minutes.
16
+
11
17
  -Multi-Currency Processing Service with 13 currencies.
12
18
 
13
19
 
@@ -1,3 +1,3 @@
1
1
  module ZaakpayRuby
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/zaakpay_ruby.rb CHANGED
@@ -79,4 +79,11 @@ module ZaakpayRuby
79
79
  end
80
80
 
81
81
  end
82
+
83
+ class Transaction
84
+ def sale(options={})
85
+ zr = ZaakpayRuby::Request.new(options)
86
+ return zr.all_params
87
+ end
88
+ end
82
89
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zaakpay_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shoaib Malik
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-05-08 00:00:00.000000000 Z
11
+ date: 2015-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -59,6 +59,7 @@ files:
59
59
  - lib/zaakpay_ruby.rb
60
60
  - lib/zaakpay_ruby/version.rb
61
61
  - zaakpay_ruby-0.1.0.gem
62
+ - zaakpay_ruby-0.1.1.gem
62
63
  - zaakpay_ruby.gemspec
63
64
  homepage: https://github.com/shoaibmalik786/zaakpay_ruby
64
65
  licenses: