CSR-1392
prettier
This commit is contained in:
parent
c6bc872b05
commit
d072f2d27e
1 changed files with 7 additions and 2 deletions
|
|
@ -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" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue