kaznachey_payments 0.9.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +15 -0
- data/Gemfile +9 -0
- data/LICENSE.txt +22 -0
- data/README.md +50 -0
- data/Rakefile +2 -0
- data/doc/HttpHelper.html +221 -0
- data/doc/KaznacheyConfigurations.html +132 -0
- data/doc/KaznacheyPayments.html +117 -0
- data/doc/KaznacheyPaymentsApi.html +294 -0
- data/doc/Md5Helper.html +189 -0
- data/doc/PaySystem.html +430 -0
- data/doc/PaymentDetails.html +900 -0
- data/doc/Product.html +480 -0
- data/doc/ReqCommonObject.html +274 -0
- data/doc/ReqCreatePayment.html +534 -0
- data/doc/ReqGetMerchantInfo.html +202 -0
- data/doc/RespCommonObject.html +274 -0
- data/doc/RespCreatePayment.html +303 -0
- data/doc/RespMerchantInfo.html +387 -0
- data/doc/RespPaymentStatus.html +689 -0
- data/doc/_index.html +212 -0
- data/doc/class_list.html +58 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +57 -0
- data/doc/css/style.css +339 -0
- data/doc/file.README.html +110 -0
- data/doc/file_list.html +60 -0
- data/doc/frames.html +26 -0
- data/doc/index.html +126 -0
- data/doc/js/app.js +219 -0
- data/doc/js/full_list.js +181 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +333 -0
- data/doc/top-level-namespace.html +114 -0
- data/lib/ApiObjects/Requests/payment_details.rb +34 -0
- data/lib/ApiObjects/Requests/product.rb +16 -0
- data/lib/ApiObjects/Requests/req_common_object.rb +6 -0
- data/lib/ApiObjects/Requests/req_create_payment.rb +42 -0
- data/lib/ApiObjects/Requests/req_get_merchant_info.rb +11 -0
- data/lib/ApiObjects/Responses/pay_system.rb +19 -0
- data/lib/ApiObjects/Responses/resp_common_object.rb +6 -0
- data/lib/ApiObjects/Responses/resp_create_payment.rb +15 -0
- data/lib/ApiObjects/Responses/resp_merchant_info.rb +26 -0
- data/lib/ApiObjects/Responses/resp_payment_status.rb +43 -0
- data/lib/ApiObjects/kaznachey_configurations.rb +9 -0
- data/lib/Helpers/http_helper.rb +26 -0
- data/lib/Helpers/md5_helper.rb +7 -0
- data/lib/kaznachey_payments/version.rb +3 -0
- data/lib/kaznachey_payments_api.rb +32 -0
- data/test/test_get_merchant_info.rb +55 -0
- metadata +95 -0
metadata
ADDED
@@ -0,0 +1,95 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: kaznachey_payments
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.9.7.7
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Vladimir Yamborko
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2014-12-03 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Kaznachey payments api
|
14
|
+
email:
|
15
|
+
- yamborko92@gmail.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- Gemfile
|
21
|
+
- LICENSE.txt
|
22
|
+
- README.md
|
23
|
+
- Rakefile
|
24
|
+
- doc/HttpHelper.html
|
25
|
+
- doc/KaznacheyConfigurations.html
|
26
|
+
- doc/KaznacheyPayments.html
|
27
|
+
- doc/KaznacheyPaymentsApi.html
|
28
|
+
- doc/Md5Helper.html
|
29
|
+
- doc/PaySystem.html
|
30
|
+
- doc/PaymentDetails.html
|
31
|
+
- doc/Product.html
|
32
|
+
- doc/ReqCommonObject.html
|
33
|
+
- doc/ReqCreatePayment.html
|
34
|
+
- doc/ReqGetMerchantInfo.html
|
35
|
+
- doc/RespCommonObject.html
|
36
|
+
- doc/RespCreatePayment.html
|
37
|
+
- doc/RespMerchantInfo.html
|
38
|
+
- doc/RespPaymentStatus.html
|
39
|
+
- doc/_index.html
|
40
|
+
- doc/class_list.html
|
41
|
+
- doc/css/common.css
|
42
|
+
- doc/css/full_list.css
|
43
|
+
- doc/css/style.css
|
44
|
+
- doc/file.README.html
|
45
|
+
- doc/file_list.html
|
46
|
+
- doc/frames.html
|
47
|
+
- doc/index.html
|
48
|
+
- doc/js/app.js
|
49
|
+
- doc/js/full_list.js
|
50
|
+
- doc/js/jquery.js
|
51
|
+
- doc/method_list.html
|
52
|
+
- doc/top-level-namespace.html
|
53
|
+
- lib/ApiObjects/Requests/payment_details.rb
|
54
|
+
- lib/ApiObjects/Requests/product.rb
|
55
|
+
- lib/ApiObjects/Requests/req_common_object.rb
|
56
|
+
- lib/ApiObjects/Requests/req_create_payment.rb
|
57
|
+
- lib/ApiObjects/Requests/req_get_merchant_info.rb
|
58
|
+
- lib/ApiObjects/Responses/pay_system.rb
|
59
|
+
- lib/ApiObjects/Responses/resp_common_object.rb
|
60
|
+
- lib/ApiObjects/Responses/resp_create_payment.rb
|
61
|
+
- lib/ApiObjects/Responses/resp_merchant_info.rb
|
62
|
+
- lib/ApiObjects/Responses/resp_payment_status.rb
|
63
|
+
- lib/ApiObjects/kaznachey_configurations.rb
|
64
|
+
- lib/Helpers/http_helper.rb
|
65
|
+
- lib/Helpers/md5_helper.rb
|
66
|
+
- lib/kaznachey_payments/version.rb
|
67
|
+
- lib/kaznachey_payments_api.rb
|
68
|
+
- test/test_get_merchant_info.rb
|
69
|
+
homepage: https://kaznachey.ua/
|
70
|
+
licenses:
|
71
|
+
- MIT
|
72
|
+
metadata: {}
|
73
|
+
post_install_message:
|
74
|
+
rdoc_options: []
|
75
|
+
require_paths:
|
76
|
+
- lib
|
77
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
78
|
+
requirements:
|
79
|
+
- - ! '>='
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: '0'
|
82
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
83
|
+
requirements:
|
84
|
+
- - ! '>='
|
85
|
+
- !ruby/object:Gem::Version
|
86
|
+
version: '0'
|
87
|
+
requirements: []
|
88
|
+
rubyforge_project:
|
89
|
+
rubygems_version: 2.4.5
|
90
|
+
signing_key:
|
91
|
+
specification_version: 4
|
92
|
+
summary: Kaznachey payments
|
93
|
+
test_files:
|
94
|
+
- test/test_get_merchant_info.rb
|
95
|
+
has_rdoc:
|