| VoucherUpdateVouchersOrderId Method |
Namespace:
Dynamicweb.Ecommerce.Orders.SalesDiscounts
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public static void UpdateVouchersOrderId(
string orderId,
string newOrderId
)
Public Shared Sub UpdateVouchersOrderId (
orderId As String,
newOrderId As String
)
Parameters
- orderId
- Type: SystemString
- newOrderId
- Type: SystemString
See Also