Hello,
How can I hide the order summary in the hosted payment form? I am using angular 5 and nodeJS. I get the form token from the AcceptJS API. I do not want to display the invoice number and total.
Here is how my form looks like:
<form ngNoForm id="paymentForm" method="POST" action="https://test.authorize.net/payment/payment" target="frame"> <input type="hidden" name="token" id="token" [value]="hostedFormToken" /> <button type="submit" class="btn btn-primary" id="continueBtn" style="display:none;">Continue</button> </form> <iframe frameborder="0" name="frame" id="frame" width="100%" height="500" scrolling="no" align="left"></iframe>
07-18-2018 10:48 PM - edited 07-18-2018 10:50 PM
@alexesca92 did you ever get this resolved? We have an issue where the total price amount is truncating the last decimal zero ($25.00-->$25.0)and as a workaround we would like to hide the total price. Let me know! Thanks!
12-17-2018 11:31 AM