Skip to content

Commit 78650a0

Browse files
David FrancoDavid Franco
authored andcommitted
Pull request #15: CAD-1187 correct a typo in the code
Merge in SITC/adobe-reports from bugfix/CAD-1187-clone-active-assets-report-fails-with-cost-error to master Squashed commit of the following: commit 9de1078579f533fda554c52456280964baf75c84 Author: David Franco <david.franco@cloublue.com> Date: Mon Aug 28 11:41:43 2023 +0200 CAD-1187 correct a typo in the code
1 parent 3eb975c commit 78650a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reports/assets/entrypoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def _get_marketplace_params(client, asset):
139139
except:
140140
currency = {
141141
'cost': "0.0",
142-
'resseller_cost': "0.0",
142+
'reseller_cost': "0.0",
143143
'msrp': "0.0"
144144
}
145145
return currency

0 commit comments

Comments
 (0)