prettier
This commit is contained in:
CarlNation 2023-10-02 10:39:27 -04:00
parent c6bc872b05
commit d072f2d27e

View file

@ -21,7 +21,12 @@
</div> </div>
</Form> </Form>
<form ref="myForm" id="card-data" :target="paymentType=='pp' ? '_top' : 'card-frame'" method="POST" :action="checkoutUrl"> <form
ref="myForm"
id="card-data"
:target="paymentType == 'pp' ? '_top' : 'card-frame'"
method="POST"
:action="checkoutUrl">
<input type="hidden" name="paymentType" :value="paymentType" /> <input type="hidden" name="paymentType" :value="paymentType" />
<input type="hidden" name="sgSessionId" :value="authToken" /> <input type="hidden" name="sgSessionId" :value="authToken" />
<input type="hidden" name="sgAuthToken" :value="authToken" /> <input type="hidden" name="sgAuthToken" :value="authToken" />