mellat 0.1.6 → 0.1.7

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: a49296fda88c49416c81505be3e81a8f75da8490
4
- data.tar.gz: 74ab62bc9e7a32e617ee67281d7176b283f0065f
3
+ metadata.gz: cf472b38ca6b0870a60ab10e45d212105ef80d8a
4
+ data.tar.gz: 302532b2f1abcde65dc57f9213f2ffcde25e8846
5
5
  SHA512:
6
- metadata.gz: 0361ffda9dfa4710c47dcbcd97ac49c8f19345a28b8bf0dd5a0488d724c015838981cd34d3d79bf815cc9490115a9a1f56a537c2fdd4fbb5072f04b372edcfe6
7
- data.tar.gz: fd9b3f1fc495fd32713df877077c76aa6f577b37dd4e510f130d1b341ca89b36c84b3db0765dd5218ad8f4310be88094d81d21d6de7d29df5b29ffa30d1c57a1
6
+ metadata.gz: 6b9f79d0d63946f5cff5c50c789061b99e0b3d928c20923c99eaf889ca6dfc255167f19d146f97e971eb54ea54874567bd780b135816b91a6616a55464ac9cfa
7
+ data.tar.gz: '0595b35ea59dae5f28b03935d61e09930429040ada5161f091f083a53b87f9bf9f34c6b9fc31f73a251392bc894ab5917e2d6c9ef5ea333689b71e01ffd8fc54'
@@ -0,0 +1 @@
1
+ theme: jekyll-theme-architect
@@ -14,9 +14,9 @@ module Mellat
14
14
  @additionalData = args.fetch(:additionalData,' ')
15
15
  @payerId = args.fetch(:payerId,0)
16
16
  @callBackUrl = args.fetch(:callBackUrl,Mellat.configuration.callBackUrl)
17
- @terminalId = Mellat.configuration.terminalId
18
- @userName = Mellat.configuration.userName
19
- @userPassword = Mellat.configuration.userPassword
17
+ @terminalId = args.fetch(:terminalId,Mellat.configuration.terminalId)
18
+ @userName = args.fetch(:userName,Mellat.configuration.userName)
19
+ @userPassword = args.fetch(:userPassword,Mellat.configuration.userPassword)
20
20
  @wsdl = Savon.client(wsdl: Mellat.configuration.wsdl, pretty_print_xml: true,namespace: 'http://interfaces.core.sw.bps.com/')
21
21
  @response = RespondBpPayRequest.new()
22
22
  end
@@ -1,5 +1,5 @@
1
1
  module Mellat
2
2
 
3
- VERSION = "0.1.6"
3
+ VERSION = "0.1.7"
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mellat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - mohammad mahmoudi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-06 00:00:00.000000000 Z
11
+ date: 2018-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: savon
@@ -93,6 +93,7 @@ files:
93
93
  - LICENSE.txt
94
94
  - README.md
95
95
  - Rakefile
96
+ - _config.yml
96
97
  - app/views/mellat/bp-pay.html.erb
97
98
  - bin/console
98
99
  - bin/setup
@@ -125,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
126
  version: '0'
126
127
  requirements: []
127
128
  rubyforge_project:
128
- rubygems_version: 2.5.1
129
+ rubygems_version: 2.6.11
129
130
  signing_key:
130
131
  specification_version: 4
131
132
  summary: A gem for send and verify payments with mellat bank(beh pardakht)