workarea-usaepay 1.0.42 → 1.0.43
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/usaepay/bogus_usaepay.rb +1 -1
- data/lib/workarea/usaepay/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 066e821965a21f3d0161e0772755376a5463842597e36a2d4be525884b827ac0
|
4
|
+
data.tar.gz: a6a8abcb15fefcf0d4df9b9de6e1f19843dbf32958ed6241a1cc2cca2c85adc1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a5908560838c2837e8fdd0a850abc743712cb7e43de1ee6bd1870d7ec72e63be8ca958afc518d68f0ddc0ba8637a24689f189625489c9f58a7265fd67054c7e
|
7
|
+
data.tar.gz: e91c1a45acf96f5698aaf62fb7f7ee012cda1aa72dcc40532f61d720c939a5a18e6434e0725d08f5b99f2ad739045c66397da92d2c2a6bea8aabb664b3c72450
|
@@ -4,7 +4,7 @@ module ActiveMerchant
|
|
4
4
|
def verify(paysource, options)
|
5
5
|
case normalize(paysource)
|
6
6
|
when /1$/
|
7
|
-
Response.new(true, SUCCESS_MESSAGE, {:billingid => '1'}, :test => true, :authorization => AUTHORIZATION)
|
7
|
+
Response.new(true, SUCCESS_MESSAGE, {:billingid => '1', :token => '1'}, :test => true, :authorization => AUTHORIZATION)
|
8
8
|
when /2$/
|
9
9
|
Response.new(false, FAILURE_MESSAGE, {:billingid => nil, :error => FAILURE_MESSAGE }, :test => true, :error_code => STANDARD_ERROR_CODE[:processing_error])
|
10
10
|
else
|