fraudlabspro_ruby 4.1.0 → 4.2.0

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
  SHA256:
3
- metadata.gz: 15f74e883e26cc9f19a879cc60d1e00f25f14b445b68f9db6cd6e64aa599752f
4
- data.tar.gz: 3d85611e719f2f741a529750b210fad485c62a7dae314670626e0dff5f6e26ca
3
+ metadata.gz: 96452f25948e342cdd7fc5be6e30a0f2217520d7bcfcb3de287d6b82a21eff86
4
+ data.tar.gz: 3de0d7024b84a11f576af88095067fbc161bed93a72bc51f0c30679c7e856573
5
5
  SHA512:
6
- metadata.gz: a173c359eaa7b352016049baae1ef6b511c69ed74ad4cf54fc84e3ebe2d3e98fe365656a934aa2a9fe325c6a2d90221b69bddaf872e8cbd809ec11305a4153a4
7
- data.tar.gz: 7a6faff2b92d7585f3f6ed3068d51e494fe076cf2ccdeba66334e7c82b71b60679840be851437bd31cae12885fdbc09850bd43556a78a94cf11175618adc8e2b
6
+ metadata.gz: 7195814da8e0e2cdbc4768bfda8b9655c10b9b8efd1f5b2ebdd24240ea7e8fdccf87a1c0f46f0c4743a7692e39bdd282a8336876a633ed30262eff6aba1b4b82
7
+ data.tar.gz: 904b1d619cd46266c54aff4a28c96da1a3d96fb7738f4144760597c07b1de92ec226710cf8efdb263f781af6e795cbcce36e9b8a4eb3368763a3ec0fabf4c768
data/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ [![Latest Stable Version](https://img.shields.io/gem/v/fraudlabspro_ruby.svg)](https://rubygems.org/gems/fraudlabspro_ruby)
2
+ [![Total Downloads](https://img.shields.io/gem/dt/fraudlabspro_ruby.svg)](https://rubygems.org/gems/fraudlabspro_ruby)
3
+
1
4
  FraudLabs Pro Ruby SDK
2
5
  ========================
3
6
  This Ruby module enables user to easily implement fraud detection feature into their solution using the API from https://www.fraudlabspro.com.
@@ -81,6 +81,7 @@ module FraudlabsproRuby
81
81
  'department' => params[:department] || '',
82
82
  'payment_gateway' => params[:payment_gateway] || '',
83
83
  'payment_mode' => params[:payment_mode] || '',
84
+ 'items' => params[:items] || '',
84
85
 
85
86
  # Credit card information.
86
87
  'bin_no' => params[:card_number] || '',
@@ -1,3 +1,3 @@
1
1
  module FraudlabsproRuby
2
- VERSION = "4.1.0"
2
+ VERSION = "4.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fraudlabspro_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - fraudlabspro