geer-builder 1.2.676 → 1.2.678

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/GCheckout.vue CHANGED
@@ -649,15 +649,19 @@ export default {
649
649
  this.loading_done = true;
650
650
  }
651
651
 
652
- if(this.public_settings.hasOwnProperty('dragonpay_details') && this.public_settings.dragonpay_details.show_active_payment)
652
+ setTimeout(() =>
653
653
  {
654
- this.getPaymentChannel();
655
- }
654
+ if(this.public_settings.hasOwnProperty('dragonpay_details') && this.public_settings.dragonpay_details.show_active_payment)
655
+ {
656
+ this.getPaymentChannel();
657
+ }
656
658
 
657
- if (this.public_settings.hasOwnProperty('checkout_fix') && this.public_settings.checkout_fix)
658
- {
659
- this.checkout_fix = true;
660
- }
659
+ if (this.public_settings.hasOwnProperty('checkout_fix') && this.public_settings.checkout_fix)
660
+ {
661
+ this.checkout_fix = true;
662
+ }
663
+ },
664
+ 100);
661
665
  },
662
666
  computed:
663
667
  {
package/GSlotWallet.vue CHANGED
@@ -126,7 +126,7 @@
126
126
  <div class="icon-holder" v-if="!is_company_ultrapro">
127
127
  <q-icon class="q-mr-sm" name="fas fa-money-check" size="16px"></q-icon>
128
128
  </div>
129
- <div>GC History</div>
129
+ <div>{{ (settings && settings.gc_label) || 'GC' }} History</div>
130
130
  </q-btn>
131
131
  </div>
132
132
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geer-builder",
3
- "version": "1.2.676",
3
+ "version": "1.2.678",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {