CSR-98 Change correlationId to referralCorrelationId

This commit is contained in:
Katie 2022-03-23 12:56:56 -04:00
parent de187c927e
commit 5e834b22fd

View file

@ -16,7 +16,7 @@ export async function saveOrder() {
// Save the referral information back from the store.
await baseMixin.methods.dispatchNonBlockingStoreAction(storeActions.SET_REFERRAL_INFORMATION, {
referralNumber: savedOrderInfo.data.referralNumber,
correlationId: savedOrderInfo.data.referralCorrelationId,
referralCorrelationId: savedOrderInfo.data.referralCorrelationId,
referralDate: savedOrderInfo.data.referralDate,
}, false);