Discussions
What's the trick to override a price in ComboOrder
about 1 year ago by Jake Bound
Trying to process event registrations using a POST to ComboOrder, but I want to override the default price. I've tried IsUnitPriceOverridden": true at UnitPrice and ExtendedAmount but it still processes as a sale and a prepay for the difference. My hope is to price the functions at $0 and then just pass in the amount paid on a registration by registration basis.
Thanks