Skip to content

Commit

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

Issue 89 Add TagsHelper to Transaction
  • Loading branch information
tungleduyxyz authored Mar 4, 2024
2 parents e4e1b3b + 44f8dc5 commit 6bfbb35
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 @@ -14,6 +14,7 @@ class Transaction < PaymentTransactionAttributes

has_audit_logs_with_history KILLBILL_API_TRANSACTIONS_PREFIX, :transaction_id
has_custom_fields KILLBILL_API_TRANSACTIONS_PREFIX, :transaction_id
has_tags KILLBILL_API_TRANSACTIONS_PREFIX, :transaction_id

def auth(account_id, payment_method_id = nil, user = nil, reason = nil, comment = nil, options = {}, refresh_options = nil)
@transaction_type = 'AUTHORIZE'
Expand Down

0 comments on commit 6bfbb35

Please sign in to comment.