diff --git a/src/routes/retailer/checkout_page.vue b/src/routes/retailer/checkout_page.vue index de8e5ab..da0df3f 100644 --- a/src/routes/retailer/checkout_page.vue +++ b/src/routes/retailer/checkout_page.vue @@ -465,8 +465,8 @@ v-if="shippingInformations.totals.grandTotal !== 0" >
@@ -1494,6 +1494,14 @@ export default { countryAndStatesList() { return this.$store.state.accountOne.allCountries; }, + purchaseOrderPayment() { + let paymentMethods=this.shippingInformations.paymentMethods; + return paymentMethods.filter(method=>method.code==="purchaseorder")[0] + }, + // freePayment() { + // let paymentMethods=this.shippingInformations.paymentMethods; + // return paymentMethods.filter(method=>method.code==="free")[0] + // }, }, methods: { checkProductType() {