authorizenetsample 1.0.8 → 1.0.9

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: 680f49c3501b134efa8b3ee9a5a17a05ca2f74bc
4
- data.tar.gz: f017b3091010a94982dbcf777adc87420278552f
3
+ metadata.gz: 18e368d4671eec7bdc19bce0ae2dba79d7109fdc
4
+ data.tar.gz: ff25f0bcc0128ff3363f4902be1a835226c1ebe6
5
5
  SHA512:
6
- metadata.gz: c6dd0f9b74ac503910c57745031a42c198f6adaa47f8988abd341175a59aababcdeab046f22c21fcf6d713341883b2a12d4f7b15749b2d8785ba9ac29b408285
7
- data.tar.gz: 003c96ff05716b91db362b680c26e889df5bcaf4f45e65245c8979a87d61ee3129331fcc51b1f208446ac8fe2011cedb9a44dcf97813465d72060293bd9cdab9
6
+ metadata.gz: b113d87dc65c7f31b0945ffdf6222ca6c5bc6c668b651ff0bed9b28f8e9ec1896ce5864232bc60521dd17d43898a86e87f033800d655f989a9abe4b9a13485a1
7
+ data.tar.gz: 14668c6467c67fb21d3fe83a606ae7c1e9983b7094284df05d7d12edb392b31ba69af313266100500b07ab44b9cc4850eb068017ee1414ea1229adf5721058d4
@@ -16,7 +16,7 @@ require 'securerandom'
16
16
 
17
17
 
18
18
  transactionRequest = TransactionRequestType.new
19
- transactionRequest.amount = 12.12
19
+ transactionRequest.amount = 22
20
20
  transactionRequest.transactionType = TransactionTypeEnum::AuthCaptureTransaction
21
21
  transactionRequest.profile = custProfile
22
22
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authorizenetsample
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Authorize.Net