Skip to content

Commit

Permalink
Merge pull request #60 from rohan-equinix/ENG-22483-Display-line-item…
Browse files Browse the repository at this point in the history
…-description-during-refund-kaui-standalone

Added kaui customization example in Customization.md file.
  • Loading branch information
pierre authored Sep 12, 2023
2 parents 7374df7 + 3b1b553 commit d8cc415
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CUSTOMIZATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ module Kaui
# Account identifier in the nav bar
self.pretty_account_identifier = lambda { |account| account.name }

# Display pretty plan name & subscription id associated with the invoice item on the refund screen
self.refund_invoice_description = lambda {(index, ii, bundle_result) { ii.pretty_plan_name+' SUBSCRIPTION ID: '+ii.subscription_id }}

# Columns to display in the account search page
self.account_search_columns = lambda do |account=nil, view_context=nil|
[
Expand Down

0 comments on commit d8cc415

Please sign in to comment.