Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LWR Order Confirmation Email invocable method missing #231

Open
mgillmann opened this issue Aug 17, 2023 · 3 comments
Open

LWR Order Confirmation Email invocable method missing #231

mgillmann opened this issue Aug 17, 2023 · 3 comments
Labels
ack Acknowledgement for the issue

Comments

@mgillmann
Copy link

I'm unable to deploy the LWR Order Confirmation Email flow due to: Error parsing file: 'generateOrderSummaryUrl' is not a valid value for the enum 'InvocableActionType'. I'm guessing there was just a class missed in the branch that was merged.

examples/b2c/checkout/lwr-order-confirmation-email-flow

    <actionCalls>
        <description>Generate Order Summary Url</description>
        <name>Generate_Order_Summary_Url</name>
        <label>Generate Order Summary Url</label>
        <locationX>50</locationX>
        <locationY>1118</locationY>
        <actionName>generateOrderSummaryUrl</actionName>
        <actionType>generateOrderSummaryUrl</actionType>
        <connector>
            <targetReference>setOrderItemsHeaderLabels</targetReference>
        </connector>
        <flowTransactionModel>CurrentTransaction</flowTransactionModel>
        <inputParameters>
            <name>orderSummaryRefNumber</name>
            <value>
                <elementReference>$Record.OrderSummary.OrderNumber</elementReference>
            </value>
        </inputParameters>
        <inputParameters>
            <name>webStoreId</name>
            <value>
                <elementReference>$Record.OrderSummary.SalesStore.Id</elementReference>
            </value>
        </inputParameters>
        <storeOutputAutomatically>true</storeOutputAutomatically>
    </actionCalls>
@tarcang tarcang added the ack Acknowledgement for the issue label Sep 5, 2023
@tarcang
Copy link
Contributor

tarcang commented Sep 5, 2023

Hello @mgillmann , do you still having this issue with the updated source files? Can you try creating another store with the updated plugin?

@mgillmann
Copy link
Author

Hi @tarcang - thanks for the reply. I'm trying to add the email to an existing org, you're saying with the files in the develop branch here I should no longer receive the error for the missing action?

@tarcang
Copy link
Contributor

tarcang commented Sep 6, 2023

I see the files that are relevant to this issue is not updated. I will investigate this further when I have the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Acknowledgement for the issue
Projects
None yet
Development

No branches or pull requests

2 participants