geer-builder 1.2.669 → 1.2.670
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 +1 -5
- package/package.json +1 -1
package/GCheckout.vue
CHANGED
|
@@ -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
|
-
|
|
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;
|