Add CreateTransaction function

Also made some changes to the MerchandiseList functions to support the new buy item flow.
This commit is contained in:
2020-11-02 10:36:17 -05:00
parent 5c03dace17
commit a0eea948fe
7 changed files with 255 additions and 46 deletions

View File

@@ -27,6 +27,9 @@
<ClCompile Include="src\BRMerchandiseList.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\BRTransaction.cpp">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\PCH.h">
@@ -53,6 +56,9 @@
<ClInclude Include="src\NativeFunctions.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="src\BRTransaction.h">
<Filter>src</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include=".clang-format" />