I created a Zap to sync GiveButter transactions to QuickBooks Online. The GiveButter transaction has two line items. However, the Zap is combining the two line items into one, separating them by a comma.
The GiveButter transaction has two line items:
line_items:
1:
type: donation
subtype: donation
description: Donation to XXXXXXXX
quantity: 1
price: 5
discount: 0
total: 5
2:
type: donation
subtype: fee
description: Processing fee
quantity: 1
price: 0.46
discount: 0
total: 0.46
However, for some reason the Zap is merging the two line items into one, separating them by a comma
line_items 1
line_item_qty 1,1
line_item_id 3
line_amount 5,0.46
line_description Donation to XXXXXXXX,Processing fee
service_date 2023-10-31T11:17:00+00:00
line_item_price 5,0.46
When it gets to Quickbooks the Amount is 50.46. I would like the processing fee to be on a separate line item.