fix: 🐛 Merge missing hidden product in form

This commit is contained in:
IceToast 2023-01-23 16:27:32 +01:00 committed by IceToast
parent 27d2a48e10
commit fda40fe8bc
No known key found for this signature in database
GPG key ID: 1464353E063A5B97

View file

@ -229,7 +229,8 @@
</div>
<div class="mt-auto border rounded border-secondary">
<div class="d-flex justify-content-between p-2">
<span class="d-inline-block mr-4" x-text="'{{ __('Price') }}' + ' (' + product.billing_period + ')'">
<span class="d-inline-block mr-4"
x-text="'{{ __('Price') }}' + ' (' + product.billing_period + ')'">
</span>
<span class="d-inline-block"
x-text="product.price + ' {{ CREDITS_DISPLAY_NAME }}'"></span>
@ -250,13 +251,12 @@
</div>
</div>
</div>
</template>
</div>
</template>
</div>
</div>
</form>
<!-- END FORM -->
</form>
<!-- END FORM -->
</div>
</section>