CSR-98 Change correlationId to referralCorrelationId
This commit is contained in:
parent
de187c927e
commit
5e834b22fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue