@lancom/shared 0.0.361 → 0.0.362

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.
@@ -26,6 +26,7 @@
26
26
  </span>
27
27
  </label>
28
28
  <label
29
+ v-if="app.PAYMENT_GOOGLE_GATEWAY"
29
30
  class="form-label OrderPaymentInformation__checkbox"
30
31
  @click="updatePaymentType('google')">
31
32
  <checked-icon :checked="paymentMethod === 'google'" />
@@ -124,7 +125,7 @@ export default {
124
125
  },
125
126
  computed: {
126
127
  ...mapGetters(['MESSAGES']),
127
- ...mapGetters(['country', 'currency']),
128
+ ...mapGetters(['country', 'currency', 'app']),
128
129
  ...mapGetters(['orderSettings']),
129
130
  ...mapGetters('order', ['card']),
130
131
  ...mapGetters('cart', ['entities', 'notEmptySimpleProducts', 'cartPricing'])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lancom/shared",
3
- "version": "0.0.361",
3
+ "version": "0.0.362",
4
4
  "description": "lancom common scripts",
5
5
  "author": "e.tokovenko <e.tokovenko@gmail.com>",
6
6
  "repository": {