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
  • Loading branch information
aldo-expensify committed Sep 27, 2024
2 parents 91d11c5 + 270f24e commit 1a3b84e
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 1a3b84e

Please sign in to comment.