b2b-commerce-on-lightning-quickstart icon indicating copy to clipboard operation
b2b-commerce-on-lightning-quickstart copied to clipboard

Simple_B2B_Checkout.flow is misnamed

Open mikesobczak opened this issue 3 years ago • 2 comments

The following file:

examples/checkout-sync/flows/Simple_B2B_Checkout.flow

Is incorrectly named. It can't be deployed via SFDX.

This file should be renamed to:

examples/checkout-sync/flows/Simple_B2B_Checkout.flow-meta.xml

mikesobczak avatar Mar 16 '21 20:03 mikesobczak

Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support.

github-actions[bot] avatar Mar 16 '21 20:03 github-actions[bot]

@mikesobczak Not sure if you got an answer, but is probably intentional.

This is because"Simple_B2B_Checkout.flow" needs to be converted first with the "sfdx force:mdapi:convert" command. That is happening with the files under /examples/checkout/framework/flows (aka, the asynchronous checkout), which are also in the same format, but get "fixed" after running the convert-examples-to-sfdx.sh script (the converted source can be found under /sfdx/force-app folder)

54chi avatar Apr 15 '21 23:04 54chi