sisow 0.9.2 → 0.9.3
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/README.rdoc +1 -1
- data/lib/sisow/api/request/ping_request.rb +1 -1
- data/lib/sisow/api/request.rb +0 -1
- data/lib/sisow/version.rb +1 -1
- metadata +2 -2
data/.gitignore
CHANGED
data/README.rdoc
CHANGED
@@ -58,7 +58,7 @@ Setting up a payment looks like this:
|
|
58
58
|
:issuer_id => '99', # the issuer id from the previous step
|
59
59
|
:description => 'Acme Inc. payment', # description of this payment
|
60
60
|
:amount => 1299, # amount in Euro in cents
|
61
|
-
:entrance_code => '
|
61
|
+
:entrance_code => 'foobarfoxtrot', # internal verification code of your choice
|
62
62
|
:return_url => 'http://example.com', # where the user is sent after the payment
|
63
63
|
:cancel_url => 'http://example.com', # where the user is sent when he cancels the payment
|
64
64
|
:callback_url => 'http://example.com', # where a failed (not cancelled) payment will be reported
|
data/lib/sisow/api/request.rb
CHANGED
data/lib/sisow/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: sisow
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.9.
|
5
|
+
version: 0.9.3
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Marcel de Graaf
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2012-03-
|
13
|
+
date: 2012-03-16 00:00:00 +01:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|