Yes, I was able to remove the extraneous code earlier today, there was something else that was interfering with it. Once I removed the offender, calling the PaymentInfo.Save directly worked.
Yes, I was able to remove the extraneous code earlier today, there was something else that was interfering with it. Once I removed the offender, calling the PaymentInfo.Save directly worked.
For my case, if I put any javascript in OpcShippingAddress.cshtml, the javascript strips at all. To test I put following script end of the partial page OpcShippingAddress.cshtml <script> var test = 'test'; </script>
Everything are rendered fine except javascript. Any idea most well come :)