payments-pl 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.yardoc/checksums +6 -0
- data/.yardoc/objects/Payments.dat +0 -0
- data/.yardoc/objects/Payments/ENCODINGS.dat +0 -0
- data/.yardoc/objects/Payments/ERRORS.dat +0 -0
- data/.yardoc/objects/Payments/POS_TYPES.dat +0 -0
- data/.yardoc/objects/Payments/Pos.dat +0 -0
- data/.yardoc/objects/Payments/Pos/cancel_i.dat +0 -0
- data/.yardoc/objects/Payments/Pos/confirm_i.dat +0 -0
- data/.yardoc/objects/Payments/Pos/encoding_i.dat +0 -0
- data/.yardoc/objects/Payments/Pos/encrypt_i.dat +0 -0
- data/.yardoc/objects/Payments/Pos/get_i.dat +0 -0
- data/.yardoc/objects/Payments/Pos/initialize_i.dat +0 -0
- data/.yardoc/objects/Payments/Pos/key1_i.dat +0 -0
- data/.yardoc/objects/Payments/Pos/key2_i.dat +0 -0
- data/.yardoc/objects/Payments/Pos/new_transaction_i.dat +0 -0
- data/.yardoc/objects/Payments/Pos/new_transaction_url_i.dat +0 -0
- data/.yardoc/objects/Payments/Pos/parse_response_body_i.dat +0 -0
- data/.yardoc/objects/Payments/Pos/path_for_i.dat +0 -0
- data/.yardoc/objects/Payments/Pos/pos_auth_key_i.dat +0 -0
- data/.yardoc/objects/Payments/Pos/pos_id_i.dat +0 -0
- data/.yardoc/objects/Payments/Pos/prepare_data_i.dat +0 -0
- data/.yardoc/objects/Payments/Pos/send_request_i.dat +0 -0
- data/.yardoc/objects/Payments/Pos/type_i.dat +0 -0
- data/.yardoc/objects/Payments/Pos/verify_i.dat +0 -0
- data/.yardoc/objects/Payments/PosInvalid.dat +0 -0
- data/.yardoc/objects/Payments/PosNotFound.dat +0 -0
- data/.yardoc/objects/Payments/RequestFailed.dat +0 -0
- data/.yardoc/objects/Payments/SignatureInvalid.dat +0 -0
- data/.yardoc/objects/Payments/Transaction.dat +0 -0
- data/.yardoc/objects/Payments/Transaction/column_c.dat +0 -0
- data/.yardoc/objects/Payments/Transaction/columns_c.dat +0 -0
- data/.yardoc/objects/Payments/Transaction/new_url_i.dat +0 -0
- data/.yardoc/objects/Payments/Transaction/pos_i.dat +0 -0
- data/.yardoc/objects/Payments/ViewHelpers.dat +0 -0
- data/.yardoc/objects/Payments/ViewHelpers/transaction_hidden_fields_i.dat +0 -0
- data/.yardoc/objects/Payments/_40_40pos_table.dat +0 -0
- data/.yardoc/objects/Payments/_5B_5D_c.dat +0 -0
- data/.yardoc/objects/Payments/error_text_c.dat +0 -0
- data/.yardoc/objects/Payments/get_pos_by_id_c.dat +0 -0
- data/.yardoc/objects/Payments/get_pos_by_name_c.dat +0 -0
- data/.yardoc/objects/Payments/init_c.dat +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/.yardoc/proxy_types +0 -0
- data/VERSION +1 -1
- data/doc/Payments.html +288 -46
- data/doc/Payments/Pos.html +177 -426
- data/doc/Payments/PosInvalid.html +100 -0
- data/doc/Payments/PosNotFound.html +1 -1
- data/doc/Payments/RequestFailed.html +1 -1
- data/doc/Payments/SignatureInvalid.html +1 -1
- data/doc/Payments/Transaction.html +81 -15
- data/doc/Payments/ViewHelpers.html +1 -1
- data/doc/_index.html +10 -3
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +2 -2
- data/doc/frames.html +1 -1
- data/doc/index.html +2 -2
- data/doc/method_list.html +13 -61
- data/doc/top-level-namespace.html +1 -1
- data/lib/payments/pos.rb +32 -17
- data/lib/payments/transaction.rb +4 -0
- data/lib/payments_pl.rb +30 -5
- data/payments-pl.gemspec +46 -2
- metadata +48 -4
@@ -0,0 +1,100 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>Exception: Payments::PosInvalid</title>
|
7
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
|
9
|
+
|
10
|
+
<script type="text/javascript" charset="utf-8">
|
11
|
+
relpath = '..';
|
12
|
+
if (relpath != '') relpath += '/';
|
13
|
+
</script>
|
14
|
+
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
15
|
+
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
16
|
+
|
17
|
+
</head>
|
18
|
+
<body>
|
19
|
+
<script type="text/javascript" charset="utf-8">
|
20
|
+
if (window.top.frames.main) document.body.className = 'frames';
|
21
|
+
</script>
|
22
|
+
|
23
|
+
<div id="header">
|
24
|
+
<div id="menu">
|
25
|
+
|
26
|
+
<a href="../_index.html">Index (P)</a> »
|
27
|
+
<span class='title'><a href="../Payments.html" title="Payments (module)">Payments</a></span>
|
28
|
+
»
|
29
|
+
<span class="title">PosInvalid</span>
|
30
|
+
|
31
|
+
|
32
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="search">
|
36
|
+
<a id="class_list_link" href="#">Class List</a>
|
37
|
+
<a id="method_list_link" href="#">Method List</a>
|
38
|
+
<a id ="file_list_link" href="#">File List</a>
|
39
|
+
</div>
|
40
|
+
|
41
|
+
<div class="clear"></div>
|
42
|
+
</div>
|
43
|
+
|
44
|
+
<iframe id="search_frame"></iframe>
|
45
|
+
|
46
|
+
<div id="content"><h1>Exception: Payments::PosInvalid
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
</h1>
|
51
|
+
|
52
|
+
<dl class="box">
|
53
|
+
|
54
|
+
<dt class="r1">Inherits:</dt>
|
55
|
+
<dd class="r1">
|
56
|
+
<span class="inheritName">StandardError</span>
|
57
|
+
|
58
|
+
<ul class="fullTree">
|
59
|
+
<li>Object</li>
|
60
|
+
|
61
|
+
<li class="next">StandardError</li>
|
62
|
+
|
63
|
+
<li class="next">Payments::PosInvalid</li>
|
64
|
+
|
65
|
+
</ul>
|
66
|
+
<a href="#" class="inheritanceTree">show all</a>
|
67
|
+
|
68
|
+
</dd>
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
<dt class="r2 last">Defined in:</dt>
|
79
|
+
<dd class="r2 last">lib/payments_pl.rb</dd>
|
80
|
+
|
81
|
+
</dl>
|
82
|
+
<div class="clear"></div>
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
</div>
|
92
|
+
|
93
|
+
<div id="footer">
|
94
|
+
Generated on Wed Aug 18 22:12:45 2010 by
|
95
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
96
|
+
0.5.8 (ruby-1.8.7).
|
97
|
+
</div>
|
98
|
+
|
99
|
+
</body>
|
100
|
+
</html>
|
@@ -147,7 +147,7 @@
|
|
147
147
|
<li class="public ">
|
148
148
|
<span class="summary_signature">
|
149
149
|
|
150
|
-
<a href="#new_url-instance_method" title="#new_url (instance method)">- (
|
150
|
+
<a href="#new_url-instance_method" title="#new_url (instance method)">- (String) <strong>new_url</strong> </a>
|
151
151
|
|
152
152
|
|
153
153
|
|
@@ -160,7 +160,10 @@
|
|
160
160
|
|
161
161
|
|
162
162
|
|
163
|
-
<span class="summary_desc"><div class='inline'
|
163
|
+
<span class="summary_desc"><div class='inline'><p>
|
164
|
+
Returns url for new payment, used in payment form.
|
165
|
+
</p>
|
166
|
+
</div></span>
|
164
167
|
|
165
168
|
</li>
|
166
169
|
|
@@ -181,7 +184,10 @@
|
|
181
184
|
|
182
185
|
|
183
186
|
|
184
|
-
<span class="summary_desc"><div class='inline'
|
187
|
+
<span class="summary_desc"><div class='inline'><p>
|
188
|
+
Returns Pos object for current transaction.
|
189
|
+
</p>
|
190
|
+
</div></span>
|
185
191
|
|
186
192
|
</li>
|
187
193
|
|
@@ -263,22 +269,52 @@
|
|
263
269
|
<div class="method_details first">
|
264
270
|
<p class="signature first" id="new_url-instance_method">
|
265
271
|
|
266
|
-
- (<tt>
|
272
|
+
- (<tt>String</tt>) <strong>new_url</strong>
|
267
273
|
|
268
274
|
|
269
275
|
|
270
|
-
</p><
|
276
|
+
</p><div class="docstring">
|
277
|
+
<div class="discussion">
|
278
|
+
<p>
|
279
|
+
Returns url for new payment, used in payment form
|
280
|
+
</p>
|
281
|
+
|
282
|
+
|
283
|
+
</div>
|
284
|
+
</div>
|
285
|
+
<div class="tags">
|
286
|
+
<h3>Returns:</h3>
|
287
|
+
<ul class="return">
|
288
|
+
|
289
|
+
<li>
|
290
|
+
|
291
|
+
<span class='type'>(<tt>String</tt>)</span>
|
292
|
+
|
293
|
+
|
294
|
+
|
295
|
+
|
296
|
+
—
|
297
|
+
<div class='inline'><p>
|
298
|
+
new payment url
|
299
|
+
</p>
|
300
|
+
</div>
|
301
|
+
|
302
|
+
</li>
|
303
|
+
|
304
|
+
</ul>
|
305
|
+
|
306
|
+
</div><table class="source_code">
|
271
307
|
<tr>
|
272
308
|
<td>
|
273
309
|
<pre class="lines">
|
274
310
|
|
275
311
|
|
276
|
-
|
277
|
-
|
278
|
-
|
312
|
+
45
|
313
|
+
46
|
314
|
+
47</pre>
|
279
315
|
</td>
|
280
316
|
<td>
|
281
|
-
<pre class="code"><span class="info file"># File 'lib/payments/transaction.rb', line
|
317
|
+
<pre class="code"><span class="info file"># File 'lib/payments/transaction.rb', line 45</span>
|
282
318
|
|
283
319
|
<span class='def def kw'>def</span> <span class='new_url identifier id'>new_url</span>
|
284
320
|
<span class='pos identifier id'>pos</span><span class='dot token'>.</span><span class='new_transaction_url identifier id'>new_transaction_url</span>
|
@@ -296,18 +332,48 @@
|
|
296
332
|
|
297
333
|
|
298
334
|
|
299
|
-
</p><
|
335
|
+
</p><div class="docstring">
|
336
|
+
<div class="discussion">
|
337
|
+
<p>
|
338
|
+
Returns Pos object for current transaction
|
339
|
+
</p>
|
340
|
+
|
341
|
+
|
342
|
+
</div>
|
343
|
+
</div>
|
344
|
+
<div class="tags">
|
345
|
+
<h3>Returns:</h3>
|
346
|
+
<ul class="return">
|
347
|
+
|
348
|
+
<li>
|
349
|
+
|
350
|
+
<span class='type'>(<tt>Object</tt>)</span>
|
351
|
+
|
352
|
+
|
353
|
+
|
354
|
+
|
355
|
+
—
|
356
|
+
<div class='inline'><p>
|
357
|
+
Pos object
|
358
|
+
</p>
|
359
|
+
</div>
|
360
|
+
|
361
|
+
</li>
|
362
|
+
|
363
|
+
</ul>
|
364
|
+
|
365
|
+
</div><table class="source_code">
|
300
366
|
<tr>
|
301
367
|
<td>
|
302
368
|
<pre class="lines">
|
303
369
|
|
304
370
|
|
305
|
-
|
306
|
-
|
307
|
-
|
371
|
+
39
|
372
|
+
40
|
373
|
+
41</pre>
|
308
374
|
</td>
|
309
375
|
<td>
|
310
|
-
<pre class="code"><span class="info file"># File 'lib/payments/transaction.rb', line
|
376
|
+
<pre class="code"><span class="info file"># File 'lib/payments/transaction.rb', line 39</span>
|
311
377
|
|
312
378
|
<span class='def def kw'>def</span> <span class='pos identifier id'>pos</span>
|
313
379
|
<span class='Payments constant id'>Payments</span><span class='lbrack token'>[</span><span class='pos_id identifier id'>pos_id</span><span class='rbrack token'>]</span>
|
@@ -323,7 +389,7 @@
|
|
323
389
|
</div>
|
324
390
|
|
325
391
|
<div id="footer">
|
326
|
-
Generated on
|
392
|
+
Generated on Wed Aug 18 22:12:45 2010 by
|
327
393
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
328
394
|
0.5.8 (ruby-1.8.7).
|
329
395
|
</div>
|
data/doc/_index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
4
|
<head>
|
5
5
|
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
-
<title>payments-pl 0.1
|
6
|
+
<title>payments-pl 0.4.1
|
7
7
|
</title>
|
8
8
|
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
9
9
|
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
@@ -43,7 +43,7 @@
|
|
43
43
|
<iframe id="search_frame"></iframe>
|
44
44
|
|
45
45
|
<div id="content"><div id="listing">
|
46
|
-
<h1 class="noborder title">payments-pl 0.1
|
46
|
+
<h1 class="noborder title">payments-pl 0.4.1
|
47
47
|
</h1>
|
48
48
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
49
49
|
|
@@ -85,6 +85,13 @@
|
|
85
85
|
|
86
86
|
</li>
|
87
87
|
|
88
|
+
<li>
|
89
|
+
<a href="Payments/PosInvalid.html" title="Payments::PosInvalid (class)">PosInvalid</a>
|
90
|
+
|
91
|
+
<small>(Payments)</small>
|
92
|
+
|
93
|
+
</li>
|
94
|
+
|
88
95
|
<li>
|
89
96
|
<a href="Payments/PosNotFound.html" title="Payments::PosNotFound (class)">PosNotFound</a>
|
90
97
|
|
@@ -161,7 +168,7 @@
|
|
161
168
|
</div></div>
|
162
169
|
|
163
170
|
<div id="footer">
|
164
|
-
Generated on
|
171
|
+
Generated on Wed Aug 18 22:12:44 2010 by
|
165
172
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
166
173
|
0.5.8 (ruby-1.8.7).
|
167
174
|
</div>
|
data/doc/class_list.html
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
|
28
28
|
<ul id="full_list" class="class">
|
29
29
|
<li><a href="top-level-namespace.html" title=" (root)">Top Level Namespace</a></li>
|
30
|
-
<li><a class='toggle'></a> <a href="Payments.html" title="Payments (module)">Payments</a><small class='search_info'>Top Level Namespace</small></li><ul><li><a href="Payments/Pos.html" title="Payments::Pos (class)">Pos</a> < Object<small class='search_info'>Payments</small></li><li><a href="Payments/PosNotFound.html" title="Payments::PosNotFound (class)">PosNotFound</a> < StandardError<small class='search_info'>Payments</small></li><li><a href="Payments/RequestFailed.html" title="Payments::RequestFailed (class)">RequestFailed</a> < StandardError<small class='search_info'>Payments</small></li><li><a href="Payments/SignatureInvalid.html" title="Payments::SignatureInvalid (class)">SignatureInvalid</a> < StandardError<small class='search_info'>Payments</small></li><li><a href="Payments/Transaction.html" title="Payments::Transaction (class)">Transaction</a> < Base<small class='search_info'>Payments</small></li><li><a href="Payments/ViewHelpers.html" title="Payments::ViewHelpers (module)">ViewHelpers</a><small class='search_info'>Payments</small></li></ul>
|
30
|
+
<li><a class='toggle'></a> <a href="Payments.html" title="Payments (module)">Payments</a><small class='search_info'>Top Level Namespace</small></li><ul><li><a href="Payments/Pos.html" title="Payments::Pos (class)">Pos</a> < Object<small class='search_info'>Payments</small></li><li><a href="Payments/PosInvalid.html" title="Payments::PosInvalid (class)">PosInvalid</a> < StandardError<small class='search_info'>Payments</small></li><li><a href="Payments/PosNotFound.html" title="Payments::PosNotFound (class)">PosNotFound</a> < StandardError<small class='search_info'>Payments</small></li><li><a href="Payments/RequestFailed.html" title="Payments::RequestFailed (class)">RequestFailed</a> < StandardError<small class='search_info'>Payments</small></li><li><a href="Payments/SignatureInvalid.html" title="Payments::SignatureInvalid (class)">SignatureInvalid</a> < StandardError<small class='search_info'>Payments</small></li><li><a href="Payments/Transaction.html" title="Payments::Transaction (class)">Transaction</a> < Base<small class='search_info'>Payments</small></li><li><a href="Payments/ViewHelpers.html" title="Payments::ViewHelpers (module)">ViewHelpers</a><small class='search_info'>Payments</small></li></ul>
|
31
31
|
|
32
32
|
</ul>
|
33
33
|
</div>
|
data/doc/file.README.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
4
|
<head>
|
5
5
|
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
-
<title>payments-pl 0.1
|
6
|
+
<title>payments-pl 0.4.1
|
7
7
|
</title>
|
8
8
|
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
9
9
|
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
@@ -161,7 +161,7 @@ Copyright © 2010 Michał Młoźniak. See LICENSE for details.
|
|
161
161
|
</div></div>
|
162
162
|
|
163
163
|
<div id="footer">
|
164
|
-
Generated on
|
164
|
+
Generated on Wed Aug 18 22:12:44 2010 by
|
165
165
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
166
166
|
0.5.8 (ruby-1.8.7).
|
167
167
|
</div>
|
data/doc/frames.html
CHANGED
data/doc/index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
4
|
<head>
|
5
5
|
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
-
<title>payments-pl 0.1
|
6
|
+
<title>payments-pl 0.4.1
|
7
7
|
</title>
|
8
8
|
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
9
9
|
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
@@ -161,7 +161,7 @@ Copyright © 2010 Michał Młoźniak. See LICENSE for details.
|
|
161
161
|
</div></div>
|
162
162
|
|
163
163
|
<div id="footer">
|
164
|
-
Generated on
|
164
|
+
Generated on Wed Aug 18 22:12:44 2010 by
|
165
165
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
166
166
|
0.5.8 (ruby-1.8.7).
|
167
167
|
</div>
|
data/doc/method_list.html
CHANGED
@@ -77,14 +77,6 @@
|
|
77
77
|
|
78
78
|
|
79
79
|
<li class="r1 ">
|
80
|
-
<a href="Payments/Pos.html#encrypt-instance_method" title="Payments::Pos#encrypt (method)">#encrypt</a>
|
81
|
-
|
82
|
-
<small>Payments::Pos</small>
|
83
|
-
|
84
|
-
</li>
|
85
|
-
|
86
|
-
|
87
|
-
<li class="r2 ">
|
88
80
|
<a href="Payments.html#error_text-class_method" title="Payments.error_text (method)">error_text</a>
|
89
81
|
|
90
82
|
<small>Payments</small>
|
@@ -92,7 +84,7 @@
|
|
92
84
|
</li>
|
93
85
|
|
94
86
|
|
95
|
-
<li class="
|
87
|
+
<li class="r2 ">
|
96
88
|
<a href="Payments/Pos.html#get-instance_method" title="Payments::Pos#get (method)">#get</a>
|
97
89
|
|
98
90
|
<small>Payments::Pos</small>
|
@@ -100,7 +92,7 @@
|
|
100
92
|
</li>
|
101
93
|
|
102
94
|
|
103
|
-
<li class="
|
95
|
+
<li class="r1 ">
|
104
96
|
<a href="Payments.html#get_pos_by_id-class_method" title="Payments.get_pos_by_id (method)">get_pos_by_id</a>
|
105
97
|
|
106
98
|
<small>Payments</small>
|
@@ -108,7 +100,7 @@
|
|
108
100
|
</li>
|
109
101
|
|
110
102
|
|
111
|
-
<li class="
|
103
|
+
<li class="r2 ">
|
112
104
|
<a href="Payments.html#get_pos_by_name-class_method" title="Payments.get_pos_by_name (method)">get_pos_by_name</a>
|
113
105
|
|
114
106
|
<small>Payments</small>
|
@@ -116,7 +108,7 @@
|
|
116
108
|
</li>
|
117
109
|
|
118
110
|
|
119
|
-
<li class="
|
111
|
+
<li class="r1 ">
|
120
112
|
<a href="Payments.html#init-class_method" title="Payments.init (method)">init</a>
|
121
113
|
|
122
114
|
<small>Payments</small>
|
@@ -124,7 +116,7 @@
|
|
124
116
|
</li>
|
125
117
|
|
126
118
|
|
127
|
-
<li class="
|
119
|
+
<li class="r2 ">
|
128
120
|
<a href="Payments/Pos.html#initialize-instance_method" title="Payments::Pos#initialize (method)">#initialize</a>
|
129
121
|
|
130
122
|
<small>Payments::Pos</small>
|
@@ -132,7 +124,7 @@
|
|
132
124
|
</li>
|
133
125
|
|
134
126
|
|
135
|
-
<li class="
|
127
|
+
<li class="r1 ">
|
136
128
|
<a href="Payments/Pos.html#key1-instance_method" title="Payments::Pos#key1 (method)">#key1</a>
|
137
129
|
|
138
130
|
<small>Payments::Pos</small>
|
@@ -140,7 +132,7 @@
|
|
140
132
|
</li>
|
141
133
|
|
142
134
|
|
143
|
-
<li class="
|
135
|
+
<li class="r2 ">
|
144
136
|
<a href="Payments/Pos.html#key2-instance_method" title="Payments::Pos#key2 (method)">#key2</a>
|
145
137
|
|
146
138
|
<small>Payments::Pos</small>
|
@@ -148,7 +140,7 @@
|
|
148
140
|
</li>
|
149
141
|
|
150
142
|
|
151
|
-
<li class="
|
143
|
+
<li class="r1 ">
|
152
144
|
<a href="Payments/Pos.html#new_transaction-instance_method" title="Payments::Pos#new_transaction (method)">#new_transaction</a>
|
153
145
|
|
154
146
|
<small>Payments::Pos</small>
|
@@ -156,7 +148,7 @@
|
|
156
148
|
</li>
|
157
149
|
|
158
150
|
|
159
|
-
<li class="
|
151
|
+
<li class="r2 ">
|
160
152
|
<a href="Payments/Pos.html#new_transaction_url-instance_method" title="Payments::Pos#new_transaction_url (method)">#new_transaction_url</a>
|
161
153
|
|
162
154
|
<small>Payments::Pos</small>
|
@@ -164,7 +156,7 @@
|
|
164
156
|
</li>
|
165
157
|
|
166
158
|
|
167
|
-
<li class="
|
159
|
+
<li class="r1 ">
|
168
160
|
<a href="Payments/Transaction.html#new_url-instance_method" title="Payments::Transaction#new_url (method)">#new_url</a>
|
169
161
|
|
170
162
|
<small>Payments::Transaction</small>
|
@@ -172,23 +164,7 @@
|
|
172
164
|
</li>
|
173
165
|
|
174
166
|
|
175
|
-
<li class="r1 ">
|
176
|
-
<a href="Payments/Pos.html#parse_response_body-instance_method" title="Payments::Pos#parse_response_body (method)">#parse_response_body</a>
|
177
|
-
|
178
|
-
<small>Payments::Pos</small>
|
179
|
-
|
180
|
-
</li>
|
181
|
-
|
182
|
-
|
183
167
|
<li class="r2 ">
|
184
|
-
<a href="Payments/Pos.html#path_for-instance_method" title="Payments::Pos#path_for (method)">#path_for</a>
|
185
|
-
|
186
|
-
<small>Payments::Pos</small>
|
187
|
-
|
188
|
-
</li>
|
189
|
-
|
190
|
-
|
191
|
-
<li class="r1 ">
|
192
168
|
<a href="Payments/Transaction.html#pos-instance_method" title="Payments::Transaction#pos (method)">#pos</a>
|
193
169
|
|
194
170
|
<small>Payments::Transaction</small>
|
@@ -196,16 +172,8 @@
|
|
196
172
|
</li>
|
197
173
|
|
198
174
|
|
199
|
-
<li class="r2 ">
|
200
|
-
<a href="Payments/Pos.html#pos_auth_key-instance_method" title="Payments::Pos#pos_auth_key (method)">#pos_auth_key</a>
|
201
|
-
|
202
|
-
<small>Payments::Pos</small>
|
203
|
-
|
204
|
-
</li>
|
205
|
-
|
206
|
-
|
207
175
|
<li class="r1 ">
|
208
|
-
<a href="Payments/Pos.html#
|
176
|
+
<a href="Payments/Pos.html#pos_auth_key-instance_method" title="Payments::Pos#pos_auth_key (method)">#pos_auth_key</a>
|
209
177
|
|
210
178
|
<small>Payments::Pos</small>
|
211
179
|
|
@@ -213,7 +181,7 @@
|
|
213
181
|
|
214
182
|
|
215
183
|
<li class="r2 ">
|
216
|
-
<a href="Payments/Pos.html#
|
184
|
+
<a href="Payments/Pos.html#pos_id-instance_method" title="Payments::Pos#pos_id (method)">#pos_id</a>
|
217
185
|
|
218
186
|
<small>Payments::Pos</small>
|
219
187
|
|
@@ -221,14 +189,6 @@
|
|
221
189
|
|
222
190
|
|
223
191
|
<li class="r1 ">
|
224
|
-
<a href="Payments/Pos.html#send_request-instance_method" title="Payments::Pos#send_request (method)">#send_request</a>
|
225
|
-
|
226
|
-
<small>Payments::Pos</small>
|
227
|
-
|
228
|
-
</li>
|
229
|
-
|
230
|
-
|
231
|
-
<li class="r2 ">
|
232
192
|
<a href="Payments/ViewHelpers.html#transaction_hidden_fields-instance_method" title="Payments::ViewHelpers#transaction_hidden_fields (method)">#transaction_hidden_fields</a>
|
233
193
|
|
234
194
|
<small>Payments::ViewHelpers</small>
|
@@ -236,16 +196,8 @@
|
|
236
196
|
</li>
|
237
197
|
|
238
198
|
|
239
|
-
<li class="r1 ">
|
240
|
-
<a href="Payments/Pos.html#type-instance_method" title="Payments::Pos#type (method)">#type</a>
|
241
|
-
|
242
|
-
<small>Payments::Pos</small>
|
243
|
-
|
244
|
-
</li>
|
245
|
-
|
246
|
-
|
247
199
|
<li class="r2 ">
|
248
|
-
<a href="Payments/Pos.html#
|
200
|
+
<a href="Payments/Pos.html#type-instance_method" title="Payments::Pos#type (method)">#type</a>
|
249
201
|
|
250
202
|
<small>Payments::Pos</small>
|
251
203
|
|