Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions example/init.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
username : agmsdevdemo
password : nX1m*xa9Id
account : 1001789
api_key : b00f57326f8cf34bbb705a74b5fcbaa2b2f3e58076dc81f
username : osdgithub
password : Ks1m32aF@
account : 1002186
api_key : accf69cefaeb1d19702e33b0a9bfc9f8f0ab3c065d937fc
http_client : requests
max_amount : 10000
min_amount : 0.00
Expand Down
4 changes: 3 additions & 1 deletion lib/agms/response/report_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ def initialize(response, op)
:moddate => 'date_last_modified',
:createuser => 'created_by',
:moduser => 'modified_by',
:useragent => 'user_agent'
:useragent => 'user_agent',
:cardpresent => 'card_present',
:cardtype => 'card_type'
}
if arr
@response = arr
Expand Down
Loading