geer-builder 1.2.887 → 1.2.888
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/GProcessSale.vue +0 -4
- package/package.json +1 -1
package/GProcessSale.vue
CHANGED
|
@@ -186,10 +186,6 @@
|
|
|
186
186
|
</div>
|
|
187
187
|
</div>
|
|
188
188
|
|
|
189
|
-
<div class="field col-12 q-px-lg q-mb-md">
|
|
190
|
-
<q-checkbox v-model="auto_activate" label="Activate slot immediately upon successful payment" />
|
|
191
|
-
</div>
|
|
192
|
-
|
|
193
189
|
<div class="buttons text-right">
|
|
194
190
|
<div class="field col-12 q-px-lg q-mb-md" style="">
|
|
195
191
|
<q-checkbox v-model="auto_activate" label="Activate slot immediately upon successful payment" />
|