Skip to content

Commit

Permalink
Merge pull request #49818 from Expensify/aldo_fix-exporter
Browse files Browse the repository at this point in the history
Fix exporter payload

(cherry picked from commit 1a3b84e)

(CP triggered by marcaaron)
  • Loading branch information
aldo-expensify authored and OSBotify committed Sep 27, 2024
1 parent c879b3f commit fb97c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/connections/QuickbooksOnline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ function updateQuickbooksOnlinePreferredExporter<TSettingValue extends Connectio

const parameters: UpdateQuickbooksOnlineGenericTypeParams = {
policyID,
settingValue: JSON.stringify(settingValue),
settingValue: settingValue.exporter,
idempotencyKey: String(CONST.QUICKBOOKS_CONFIG.EXPORT),
};
API.write(WRITE_COMMANDS.UPDATE_QUICKBOOKS_ONLINE_EXPORT, parameters, onyxData);
Expand Down

0 comments on commit fb97c58

Please sign in to comment.