Skip to content

Commit

Permalink
Merge pull request #35 from cloudblue/LITE-30645-add-tcr-and-ffr-to-sync
Browse files Browse the repository at this point in the history
[LITE-30645] - always update for FF request
  • Loading branch information
Sainomori authored Aug 7, 2024
2 parents 9a204e7 + 3ce520a commit fd23205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect_ext_datalake/services/payloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def prepare_ff_request_data(ff_request: dict):

return {
'table_name': 'cmp_connect_fulfillmentrequest',
'update_type': FF_REQUEST_UPDATE_TYPE_MAPPING[ff_request['status']],
'update_type': 'update',
'fulfillment_request': ff_request,
}

Expand Down

0 comments on commit fd23205

Please sign in to comment.