Skip to content

Commit

Permalink
Merge pull request #96 from tungleduyxyz/issue_89_add_tags_to_transac…
Browse files Browse the repository at this point in the history
…tion

Include TagHelper
  • Loading branch information
tungleduyxyz authored Mar 5, 2024
2 parents 6bfbb35 + c89e3be commit 8b43926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/killbill_client/models/transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Transaction < PaymentTransactionAttributes

include KillBillClient::Model::CustomFieldHelper
include KillBillClient::Model::AuditLogWithHistoryHelper
include KillBillClient::Model::TagHelper

KILLBILL_API_TRANSACTIONS_PREFIX = "#{KILLBILL_API_PREFIX}/paymentTransactions"

Expand Down

0 comments on commit 8b43926

Please sign in to comment.