PaymentShippingInfoProviderRemovePaymentFromShipping Method |
Deletes relationship between specified payment option and shipping option.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static void RemovePaymentFromShipping(
int paymentId,
int shippingId
)
Parameters
- paymentId
- Type: SystemInt32
Payment option ID - shippingId
- Type: SystemInt32
Shipping option ID
See Also