authorizenetsample 1.2.3 → 1.2.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 24bfec9aecaf520f4f0e3d347573dcceb1206a32
|
4
|
+
data.tar.gz: 0893d5de2013f40f022ba0ebb7720c28771678b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4907e651fd440ed2d3933a55b7c799a4ed85cdd8731c84b4d43c59195771fdece44df85cada8135110e2ebcdfd822e473e47edf0a46d1c4e56751bbeb6df3c6
|
7
|
+
data.tar.gz: 44d6a2fc4881c26e88ff911468e68c1932a4a75a68c98e9a7a076bdf704bab8b3393364115a6b5c8da8b57759db19076a835894286fbf8a839e839c75ea6a568
|
@@ -15,8 +15,8 @@ require 'securerandom'
|
|
15
15
|
request = CreateTransactionRequest.new
|
16
16
|
|
17
17
|
billTo = CustomerAddressType.new
|
18
|
-
|
19
|
-
if customerName != nil
|
18
|
+
puts "Customername:#{customerName}"
|
19
|
+
if customerName != nil
|
20
20
|
billTo.firstName = customerName.split(" ").first
|
21
21
|
billTo.lastName = customerName.split(" ").last
|
22
22
|
else
|