authorizenetsample 1.1.7 → 1.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/PaymentTransactions/get-an-accept-payment-page.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e096d4267d603adfa8623ab0aa502aabd2d8f95
|
4
|
+
data.tar.gz: ce98658e278912db5ddcf4176a70651fc9d4fb66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 617119764c160a5b0b2d08c1fe7423163663a7e7418478b600e69513de1dbe6e0a235cc619fbb5b168df81703f858d9682f1d167a5b07bd431a48495eb3474e2
|
7
|
+
data.tar.gz: 05f821ae874bedd030848c72a19c01b00bc9aff518cd0dc23803b3ca2b2d236e2a58d88b366eb2e5eda5cef595dadc9abffd3d47e6b20099527fb5095b9f1f41
|
@@ -16,7 +16,7 @@ require 'securerandom'
|
|
16
16
|
custProfile.customerProfileId = customerId
|
17
17
|
|
18
18
|
transactionRequest = TransactionRequestType.new
|
19
|
-
transactionRequest.amount = 99
|
19
|
+
transactionRequest.amount = 99.00
|
20
20
|
transactionRequest.transactionType = TransactionTypeEnum::AuthCaptureTransaction
|
21
21
|
transactionRequest.profile = custProfile
|
22
22
|
|