Created
May 19, 2020 08:12
-
-
Save mattbrailsford/3491ddd3ec4467831340e89f2a2871d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var bundleId = "MyBundle"; | |
// Create a bundle | |
order.AddProduct("product-ref", 1, bundleId); | |
// Add a products to a bundle | |
order.AddProductToBundle(bundleId, "sub-product-ref1", 1); | |
order.AddProductToBundle(bundleId, "sub-product-ref2", 1); |
stefankip
commented
May 19, 2020
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment