virtual_merchant 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e59ce5d921b6d2a0f4b5a3e604ccce9946df623e
4
- data.tar.gz: 6b394011393b92c71e170c58eccc28d30ddf5e33
3
+ metadata.gz: 66e1fd1303c50529fa237ff22787dde8f847d180
4
+ data.tar.gz: f15c36c89d09f2b6606dcdc959a1b1bace357f98
5
5
  SHA512:
6
- metadata.gz: 9266de5836812632727a9ab16333cc14db20c372153812d8d5df627eaffab4a190e0f1812f43c0551edd3b7806a4bd266f4661230e098602fa4294c3bda79e56
7
- data.tar.gz: 7e857861fb317f48a1e59bb218fb20ae29af18925c9b2c332061a883098346db426aaabf28ab6502b8292ccad9f2f25c0e26caea4e7670927bfb471b46071853
6
+ metadata.gz: 8438544164a87782a0db866603f290ac397153e43937724d32e94c9a71c2c3b158334d44956674a20386d70efbc5e7683b7608758c8543feeb6c71d90e374206
7
+ data.tar.gz: 481e286c2085d9bd6033221c7cf2a74b64f5852495178ad00516b0d29390158aa3bebaf3905c9ffa4936bd1552d442005bc34bb2fed255970fc3212b5c94fec3
@@ -21,6 +21,9 @@ module VirtualMerchant
21
21
  xml += for_clear_text(card)
22
22
  end
23
23
  xml += "</txn>"
24
+ puts "-------------------------------"
25
+ puts xml
26
+ puts "-------------------------------"
24
27
  xml
25
28
  end
26
29
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: virtual_merchant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Quarella
@@ -26,7 +26,8 @@ files:
26
26
  - lib/virtual_merchant/xml_generator.rb
27
27
  - lib/virtual_merchant/gateway.rb
28
28
  homepage: https://github.com/leequarella/VirtualMerchant-Ruby
29
- licenses: []
29
+ licenses:
30
+ - MIT
30
31
  metadata: {}
31
32
  post_install_message:
32
33
  rdoc_options: []