Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/vreg/dist/_nuxt/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/vreg/dist/_nuxt/c85ff02.js
(window.webpackJsonp=window.webpackJsonp||[]).push([[45],{576:function(t,e,o){var content=o(608);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(82).default)("1aee72f0",content,!0,{sourceMap:!1})},577:function(t,e,o){var content=o(610);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(82).default)("16c1a03c",content,!0,{sourceMap:!1})},607:function(t,e,o){"use strict";o(576)},608:function(t,e,o){var r=o(81)(!1);r.push([t.i,"#pay-order-modal .checkout-box{box-shadow:unset!important;padding:unset!important}#stripe-element-errors{margin-top:10px;color:red}#payOrderModal___BV_modal_body_{padding:5px}",""]),t.exports=r},609:function(t,e,o){"use strict";o(577)},610:function(t,e,o){var r=o(81)(!1);r.push([t.i,'.alert-danger{font-family:"Open Sans";text-align:justify;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#1d2e59;background:#ffecec;border:1px solid #fad9d7;border-radius:5px}#edit-address-modal .modal-dialog{max-width:556px!important;margin-top:130px!important}.modal{background:rgba(0,0,0,.8)}.modal-dialog{max-width:446px;margin-top:58px;margin-bottom:58px}.modal-content{border-radius:4px;border:1px solid #fff}.modal-body{padding:25px 38px 31px}.u-modal h4{color:#1d2e59;margin:0 0 19px;font:700 20px/20px "Open Sans";display:flex;align-items:center}.u-modal h4 svg{width:20px;margin-right:14px}.u-modal p{margin:0 0 25px;color:#1d2e59;font:16px/26px "Open Sans"}.u-modal p a{transition:all .2s ease-in}.u-modal p a:focus,.u-modal p a:hover{text-decoration:none}.portal-modal .modal-dialog{max-width:275px;margin:0 auto}.portal-modal .modal-content{border:none;border-radius:0}.portal-modal .modal-header{padding:15px;border:none}.portal-modal .modal-header .close{padding:15px;opacity:1}.portal-modal .modal-header .close img{transition:all .3s ease-in;display:block}.portal-modal .modal-header .close:focus img,.portal-modal .modal-header .close:hover img{transform:rotate(90deg)}.portal-modal .modal-body{padding:5px 15px 25px}.portal-modal .order-details{padding-bottom:10px;border-bottom:1px solid #b4b4bc;margin-bottom:10px}.portal-modal .modal-row{display:flex}.portal-modal .modal-row .left{flex-shrink:0;width:50%}.portal-modal .modal-row .right{flex-grow:1}.portal-modal .modal-row p{color:#8c92a3;margin:0;font:10px/14px "Open Sans"}.portal-modal .modal-row h6{margin:0 0 10px;color:#1d2e59;font:600 12px/15px "Open Sans"}.portal-modal .fees{margin:0 0 10px;padding:0 0 10px;border-bottom:1px dashed #b4b4bc;color:#8c92a3;font:10px/12px "Open Sans";display:flex;justify-content:space-between;align-items:flex-start}.portal-modal .fees .fee-number{font-weight:700;margin-left:25px}.portal-modal .fees.total{justify-content:flex-end;border-bottom:none;padding:0;margin:0;font:600 12px/14px "Open Sans";color:#1d2e59}#payOrderModal .modal-dialog{margin-top:130px!important}',""]),t.exports=r},625:function(t,e,o){"use strict";o.r(e);o(31),o(42);var r=o(544),d=(o(84),o(511)),l={name:"PayOrderModal",components:{PaymentsGateways:o(549).a},mixins:[d.a],props:{order:{required:!0}},data:function(){return{responseErrorMessage:"",canSubmit:!0,form:this.$form({gateway:"",cardReference:"",payment_account_key:"",checkoutToken:"",is_intent:"",cardholder_name:this.order.full_name,card_number:"",card_expiry_month:"",card_expiry_year:"",cvv:"",zip_code:""})}},methods:{submit:function(){this.$refs["payments-gateways"].submit()},submitForm:function(){this.form.canSubmit=!1,this.responseErrorMessage="",this.form.post("orders/".concat(this.order.id,"/do-pay")).then(this.formSubmittedSuccessfully).catch(this.formSubmitFailed)},formSubmittedSuccessfully:function(t){this.form.canSubmit=!0,this.$toast.success(t.message),this.$bvModal.hide("payOrderModal"),setTimeout((function(){window.location.reload()}),1e3)},formSubmitFailed:function(t){this.form.canSubmit=!0,this.responseErrorMessage=t.message}}},n=(o(607),o(53)),component=Object(n.a)(l,(function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"container",attrs:{id:"pay-order-modal"}},[o("div",{staticClass:"checkout-box"},[o("ValidationObserver",{ref:"form",scopedSlots:t._u([{key:"default",fn:function(e){var r=e.invalid;return[o("payments-gateways",{ref:"payments-gateways",attrs:{form:t.form,order:t.order},on:{"payment-form-submitting":function(){return t.canSubmit=!1},"payment-form-submitted":function(){return t.canSubmit=!0},"ready-to-submit":t.submitForm}}),t._v(" "),t.responseErrorMessage?o("h6",{staticClass:"my-2 text-danger",domProps:{innerHTML:t._s(t.responseErrorMessage)}}):t._e(),t._v(" "),o("button",{staticClass:"btn btn-success pull-right",attrs:{id:"payment-form-submit",disabled:!t.canSubmit||r},on:{click:function(e){return e.preventDefault(),t.submit.apply(null,arguments)}}},[t._v("\n        Pay ("),o("b",[t._v(t._s(t.$money(t.order.amount)))]),t._v(")\n      ")])]}}])})],1)])}),[],!1,null,null,null),c=component.exports,m={name:"portal",components:{EditAddress:r.a,PayOrderModal:c},middleware:function(t){var e=t.store,o=t.redirect;e.getters.isLoggedIn||(e.commit("RESET_STORE"),o("/login"))},data:function(){return{showEditAddressModal:!1,selectedOrder:null,selectedItem:null,currentUpdateOrder:null,ready:!1,editAddressAjaxURL:"",form:this.$form({mailing_address:{},email:""})}},methods:{closeEditAddressModal:function(){var data=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;if(data){var t=_.cloneDeep(data);this.currentUpdateOrder.email=t.email,this.currentUpdateOrder.mailing_address=t.mailing_address}this.showEditAddressModal=!1},openEditAddressModal:function(t){this.form.mailing_address=_.cloneDeep(t.mailing_address),this.form.email=t.email,this.currentUpdateOrder=t,this.editAddressAjaxURL="orders/".concat(t.id,"/update-order-fields"),this.showEditAddressModal=!0},reloadPage:function(){window.location.reload()},onidle:function(){this.$bvModal.show("lockScreenModal")},payOrderModal:function(t){this.$store.commit("SET_CURRENT_STATE_CODE",t.state_code),this.$store.commit("SET_PAYMENTS_KEYS",t.payment_keys),this.selectedOrder=t,this.$bvModal.show("payOrderModal")},showReceiptModal:function(t,e){this.selectedOrder=t,this.selectedItem=e,this.$bvModal.show("portalReceiptModal")}},mounted:function(){var t=this;this.$axios.post("orders/auth/login",{email_phone:this.order.email||this.order.phone,zip_code:this.order.zip_code||this.order.residential_address.zip||this.order.mailing_address.zip}).then((function(e){var data=e.data;data=data.data,t.$store.commit("SET_ORDER",data.order),t.$store.commit("SET_ORDERS",data.orders),t.$store.commit("SET_ACCESS_TOKEN",data.login_token),t.$store.commit("SET_LOGGED_IN",1),t.ready=!0}))},computed:{order:function(){return this.$store.getters.order},orders:function(){return _.cloneDeep(this.$store.getters.orders||[])}},filters:{cleanMake:function(t){return t?t.replace(/[()]/g,""):""},money:function(t){return new Intl.NumberFormat("en-US",{style:"currency",currency:"USD",minimumFractionDigits:2}).format(t)}}},v=m,f=(o(609),Object(n.a)(v,(function(){var t=this,e=t.$createElement,o=t._self._c||e;return t.ready?o("section",{staticClass:"checkout-section portal-section mt-5"},[o("div",{staticClass:"container"},[o("div",{staticClass:"checkout-box"},[o("h3",[t._v("Registration Renewal Order(s)")]),t._v(" "),o("div",{staticClass:"form-step-box flow2"},[o("div",{staticClass:"flow3-vehicle-wrapper"},[t._l(t.orders,(function(e){return e.items.length?[o("div",{staticClass:"contact-info"},[o("p",[t._v("Contact and Mailing Address:")]),t._v(" "),o("div",{staticClass:"row"},[o("div",{staticClass:"col-md-6"},[o("h6",[o("b",[t._v(t._s(e.full_name))])]),t._v(" "),o("h6",[t._v(t._s(e.email))]),t._v(" "),o("h6",[t._v(t._s(e.phone))])]),t._v(" "),e.mailing_address&&e.mailing_address.zip?o("div",{staticClass:"col-md-6"},[o("a",{attrs:{href:"#"},on:{click:function(o){return o.preventDefault(),t.openEditAddressModal(e)}}},[t._v("\n                    Edit\n                  ")]),t._v(" "),o("h6",[t._v(t._s(e.mailing_address.street)+" ")]),t._v(" "),o("h6",[t._v(t._s(e.mailing_address.address_2))]),t._v(" "),o("h6",[t._v(t._s(e.mailing_address.city)+", "+t._s(e.mailing_address.state_code)+"\n                    "+t._s(e.mailing_address.zip))]),t._v(" "),o("h6",[t._v("USA")])]):t._e()]),t._v(" "),e.status?o("div",{staticClass:"row"},[o("div",{staticClass:"col-md-6"},[o("a",{staticClass:"btn btn-sm btn-success",attrs:{href:"#"},on:{click:function(o){return o.preventDefault(),t.payOrderModal(e)}}},[t._v("\n                    Pay order "+t._s(e.code)+" - "),o("b",[t._v(" "+t._s(t.$money(e.amount))+" ")])])])]):t._e()]),t._v(" "),t._l(e.items,(function(r){return o("div",{staticClass:"vehicle-info"},[o("div",{staticClass:"vehicle-info-header"},[o(t.splittedPlateNumberComponent,{tag:"component",attrs:{plate:r,small:!0}}),t._v(" "),o("div",{staticClass:"header-sub"},[o("h4",[r.properties.vehicle_year?o("span",{staticClass:"d-block"},[t._v("\n                      "+t._s(r.properties.vehicle_year)+"\n                    ")]):t._e(),t._v(" "),o("b",[t._v(t._s(t._f("cleanMake")(r.properties.license_make)))])]),t._v(" "),o("p",[t._v("\n                    Order Status: "),o("b",[t._v(t._s(e.status_formatted))]),t._v(" "),r.new_plate_issued?[o("br"),t._v(" "),o("b",[t._v("*New Plate Issued*")])]:t._e()],2)])],1),t._v(" "),o("div",{staticClass:"vehicle-info-body"},[o("div",{staticClass:"portal-row"},[o("div",{staticClass:"portal-left"},[o("div",{staticClass:"row"},[o("div",{staticClass:"col-md-4"},[o("p",[t._v("Order ID")]),t._v(" "),o("h6",[t._v(t._s(e.code)+" ")])]),t._v(" "),o("div",{staticClass:"col-md-4"},[o("p",[t._v("Order Placed")]),t._v(" "),o("h6",[t._v(t._s(e.formatted_order_date)+" ")])]),t._v(" "),o("div",{staticClass:"col-md-4"},[o("p",[t._v("RENEWAL TYPE")]),t._v(" "),o("h6",[t._v(t._s(r.renewal_type))])])])]),t._v(" "),o("div",{staticClass:"portal-right body"},[o("a",{staticClass:"btn-receipt",attrs:{href:"#"},on:{click:function(o){return o.preventDefault(),t.showReceiptModal(e,r)}}},["chargeback"===e.status?o("span",[t._v("\n                        Payment Due\n                      ")]):o("span",[t._v("Show Order "),o("br"),t._v(" Receipt")]),t._v(" "),o("img",{attrs:{src:"/images/portal/receipt-icon.svg",alt:"Icon"}})])])]),t._v(" "),r.title_stops&&"shipped"!==e.status&&"renewal_processed"!==e.status&&"digital_download"!==e.status&&"chargeback"!==e.status?o("div",{staticClass:"row"},[o("div",{staticClass:"col"},t._l(r.title_stops,(function(e){return o("div",{staticClass:"alert alert-danger mt-3 p-2 d-flex align-items-start"},[t._m(0,!0),t._v(" "),o("div",{staticClass:"d-inline-block",domProps:{innerHTML:t._s(e)}})])})),0)]):t._e()]),t._v(" "),"AZ"!==e.state_code&&"WI"!==e.state_code?o("div",{staticClass:"vehicle-info-footer"},[o("div",{staticClass:"portal-row"},[t._m(1,!0),t._v(" "),o("div",{staticClass:"portal-right"},[r.has_digital_copy?o("a",{staticClass:"btn btn-primary shadow-none btn-green",attrs:{href:r.digital_copy_link}},[t._v("Download Digital Copy\n                    ")]):t._e(),t._v(" "),r.has_digital_copy?t._e():o("span",{staticClass:"ml-2 badge bg-warning text-white"},[t._v("\n                    Digital Copy is Pending\n                  ")])])])]):t._e()])})),t._v(" "),o("hr",{staticStyle:{"border-top":"2px rgb(0,107,205) solid"}})]:t._e()})),t._v(" "),o("p",{staticClass:"support"},[t._v("If you have any questions or need assistance, please contact Customer Support by phone at\n            "+t._s(t.appPhone)+" or by email at "),o("a",{attrs:{href:"mailto:"+t.appEmail}},[t._v(t._s(t.appEmail))])])],2)])])]),t._v(" "),o("b-modal",{attrs:{id:"portalReceiptModal","modal-class":"portal-modal","hide-header":"","hide-footer":"","dialog-class":"modal-dialog-centered"}},[o("div",{staticClass:"modal-content"},[o("div",{staticClass:"modal-header"},[o("img",{attrs:{src:"/images/portal/logo-modal.svg",alt:"Logo"}}),t._v(" "),o("button",{staticClass:"close",attrs:{type:"button"},on:{click:function(e){return e.preventDefault(),t.$bvModal.hide("portalReceiptModal")}}},[o("img",{attrs:{src:"/images/portal/close-icon.svg",alt:"Close"}})])]),t._v(" "),t.selectedItem&&t.selectedOrder?o("div",{staticClass:"modal-body"},[o("div",{staticClass:"order-details"},[o("div",{staticClass:"modal-row"},[o("div",{staticClass:"left"},[o("p",[t._v("Order ID")]),t._v(" "),o("h6",[t._v(t._s(t.selectedOrder.code)+" ")])]),t._v(" "),o("div",{staticClass:"right"},[o("p",[t._v("Order Placed")]),t._v(" "),o("h6",[t._v(t._s(t.selectedOrder.formatted_order_date)+" ")])])]),t._v(" "),o("div",{staticClass:"modal-row"},[o("div",{staticClass:"left"},[o("p",[t._v("Tag ")]),t._v(" "),o("h6",[t._v(t._s(t.selectedItem.licence_plate)+" ")])]),t._v(" "),o("div",{staticClass:"right"},[o("p",[t._v(t._s(t.selectedItem.properties.vehicle_year))]),t._v(" "),o("h6",[t._v(t._s(t._f("cleanMake")(t.selectedItem.properties.license_make)))])])]),t._v(" "),t.selectedOrder.confirmation_id?o("div",{staticClass:"modal-row"},[o("div",{staticClass:"left",staticStyle:{width:"100%"}},[o("p",[t._v("Confirmation:")]),t._v(" "),o("h6",[t._v(t._s(t.selectedOrder.confirmation_id)+" ")])])]):t._e()]),t._v(" "),t._l(t.selectedOrder.break_down_items,(function(e){return o("p",{staticClass:"fees"},[o("span",{staticClass:"fee-title"},[t._v(t._s(e.title))]),t._v(" "),o("span",{staticClass:"fee-number"},[t._v(t._s(t.$money(e.custom_amount||e.pure_amount)))])])})),t._v(" "),o("p",{staticClass:"fees total"},[o("span",{staticClass:"fee-title"},[t._v("Order Total:")]),t._v(" "),o("span",{staticClass:"fee-number"},[t._v(t._s(t.selectedOrder.formatted_amount))])])],2):t._e()])]),t._v(" "),o("b-modal",{attrs:{id:"payOrderModal","hide-footer":"","no-close-on-backdrop":""},scopedSlots:t._u([{key:"modal-title",fn:function(){return[t._v("\n      Pay order [ "+t._s(t.selectedOrder.code)+" ]\n    ")]},proxy:!0}],null,!1,4024972594)},[t._v(" "),o("pay-order-modal",{attrs:{order:this.selectedOrder}})],1),t._v(" "),o("b-modal",{attrs:{id:"lockScreenModal","hide-footer":"","hide-header":"","no-close-on-backdrop":""}},[o("div",{staticClass:"my-5 text-center"},[o("svg",{staticClass:"svg-inline--fa fa-exclamation-triangle fa-w-18 text-warning",attrs:{"aria-hidden":"true",focusable:"false","data-prefix":"fas","data-icon":"exclamation-triangle",width:"25",height:"25",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 576 512"}},[o("path",{attrs:{fill:"currentColor",d:"M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"}})]),t._v("\n\n      Your session is Locked!\n    ")]),t._v(" "),o("button",{staticClass:"btn btn-primary btn-block",on:{click:function(e){return e.preventDefault(),t.reloadPage.apply(null,arguments)}}},[t._v("\n      Unlock Here\n    ")])]),t._v(" "),o("v-idle",{attrs:{hidden:!0,loop:!0,wait:0,duration:600},on:{idle:t.onidle}}),t._v(" "),t.showEditAddressModal?o("edit-address",{attrs:{"address-field":"mailing_address",form:t.form,isEdit:!0,liveUpdate:!0,ajaxURL:t.editAddressAjaxURL,"modal-title":"Change mailing address"},on:{"close-modal":t.closeEditAddressModal}}):t._e()],1):t._e()}),[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"d-inline-block mr-2"},[e("img",{attrs:{src:"/images/portal/error_icon.svg",alt:"Icon"}})])},function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"portal-left"},[o("p",[o("b",[t._v("Registration Digital Copy")]),t._v(" "),o("br"),t._v("\n                      Click ”Download Digital Copy” and save your registration card copy to your device or print it.\n                    ")])])}],!1,null,null,null));e.default=f.exports}}]);

Spamworldpro Mini