File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 55* Added the processor ` :shopify_payments ` to ` Minfraud::Components::Payment ` .
66* Added the processor ` :google_pay ` to ` Minfraud::Components::Payment ` .
77* Added the processor ` :placetopay ` to ` Minfraud::Components::Payment ` .
8+ * In addition to the minfraud gem version, the User-Agent now includes the
9+ version of Ruby and the version of the HTTP client in all HTTP requests.
810
911## v2.2.0 (2022-03-28)
1012
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def make_http_client
7676 pass : @license_key ,
7777 ) . headers (
7878 accept : 'application/json' ,
79- user_agent : "minfraud-api-ruby/#{ Minfraud ::VERSION } " ,
79+ user_agent : "minfraud-api-ruby/#{ Minfraud ::VERSION } ruby/ #{ RUBY_VERSION } http/ #{ HTTP :: VERSION } " ,
8080 )
8181 end
8282 end
You can’t perform that action at this time.
0 commit comments