geer-builder 1.2.669 → 1.2.671

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.
Files changed (2) hide show
  1. package/GCheckout.vue +2 -6
  2. package/package.json +1 -1
package/GCheckout.vue CHANGED
@@ -139,7 +139,7 @@
139
139
  <q-radio v-model="dragon_pay_choice" :val="onlines" />
140
140
  </q-item-section>
141
141
  <q-item-section style="display: block;">
142
- <img style="display: inline-block; vertical-align: middle; width: 100px; margin-right: 10px;" :src="getPaymentLogo(onlines.logo)" />
142
+ <img style="display: inline-block; vertical-align: middle; width: 100px; margin-right: 10px;" :src="getPaymentLogo(onlines)" />
143
143
  <q-item-label style="display: inline-block; vertical-align: middle;" caption>{{`${onlines.longName}`}}</q-item-label>
144
144
  </q-item-section>
145
145
  </q-item>
@@ -722,17 +722,13 @@ export default {
722
722
  DPWL: 'https://load.dragonpay.ph/images/dp-logo.png',
723
723
  PBCM: 'https://manilastandard.net/wp-content/uploads/2019/07/61b9c_pbcom.png',
724
724
  CC: 'https://i.ibb.co/brMvw4b/cc.png',
725
- 'BillEase Installments': 'https://i.ibb.co/0mRhznG/billease.png'
725
+ BLES: 'https://i.ibb.co/0mRhznG/billease.png'
726
726
  };
727
727
 
728
728
  if (logos[data.procId])
729
729
  {
730
730
  return logos[data.procId];
731
731
  }
732
- else if (logos[data.longName])
733
- {
734
- return logos[data.longName];
735
- }
736
732
  else if (data.logo)
737
733
  {
738
734
  return data.logo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geer-builder",
3
- "version": "1.2.669",
3
+ "version": "1.2.671",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {