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
2 changes: 1 addition & 1 deletion docs/TransactionResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ instance = MxPlatformRuby::TransactionResponse.new(
created_at: 2016-10-06T09:43:42.000Z,
currency_code: USD,
date: 2013-09-23T00:00:00.000Z,
description: Whole foods,
description: Whole Foods,
extended_transaction_type: partner_transaction_type,
guid: TRN-265abee9-889b-af6a-c69b-25157db2bdd9,
id: transaction-265abee9-889b-af6a-c69b-25157db2bdd9,
Expand Down
2 changes: 1 addition & 1 deletion lib/mx-platform-ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module MxPlatformRuby
VERSION = '1.7.0'
VERSION = '1.8.0'
end
2 changes: 1 addition & 1 deletion openapi/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ gemHomepage: https://github.com/mxenabled/mx-platform-ruby
gemLicense: MIT
gemName: mx-platform-ruby
gemRequiredRubyVersion: ">= 2.6"
gemVersion: 1.7.0
gemVersion: 1.8.0
library: faraday
moduleName: MxPlatformRuby