Skip to content

Commit

Permalink
TaxTransaction for app_title
Browse files Browse the repository at this point in the history
  • Loading branch information
forsbergplustwo committed Oct 12, 2023
1 parent b68b9ec commit 6372172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/import/adaptor/shopify_payments_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def is_yearly_revenue(node)

def app_title(node)
case node.__typename
when "ReferralAdjustment", "ReferralTransaction", "ServiceSale", "ServiceSaleAdjustment"
when "ReferralAdjustment", "ReferralTransaction", "ServiceSale", "ServiceSaleAdjustment", "TaxTransaction"
Payment::UNKNOWN_APP_TITLE
when "ThemeSaleAdjustment", "ThemeSale"
node.theme&.name
Expand Down

0 comments on commit 6372172

Please sign in to comment.