Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/js/sale/checkout/view/payment/dist/ |
Upload File : |
this.BX = this.BX || {}; this.BX.Sale = this.BX.Sale || {}; this.BX.Sale.Checkout = this.BX.Sale.Checkout || {}; (function (exports,ui_vue,sale_checkout_const,main_core,main_core_events,sale_checkout_view_mixins) { 'use strict'; ui_vue.BitrixVue.component('sale-checkout-view-payment', { props: ['order', 'config'], mixins: [sale_checkout_view_mixins.MixinLoader], methods: { getBlockHtml: function getBlockHtml() { var _this = this; var fields = { accessCode: this.order.hash, orderId: this.order.id, returnUrl: this.config.returnUrl }; main_core.ajax.runComponentAction(sale_checkout_const.Component.bitrixSaleOrderCheckout, sale_checkout_const.RestMethod.saleEntityPaymentPay, { data: { fields: fields } }).then(function (response) { var html = response.data.html; var wrapper = _this.$refs.paymentSystemList; BX.html(wrapper, html); main_core_events.EventEmitter.emit(sale_checkout_const.EventType.paysystem.afterInitList, {}); BX.addCustomEvent('onChangePaySystems', function () { main_core_events.EventEmitter.emit(sale_checkout_const.EventType.paysystem.beforeInitList, {}); _this.getBlockHtml(); }); }); } }, mounted: function mounted() { this.getBlockHtml(); }, // language=Vue template: "\n\t\t<div style='position: relative;' ref=\"container\">\n\t\t\t<div ref=\"paymentSystemList\"/>\n\t\t</div>\n\t" }); }((this.BX.Sale.Checkout.View = this.BX.Sale.Checkout.View || {}),BX,BX.Sale.Checkout.Const,BX,BX.Event,BX.Sale.Checkout.View.Mixins)); //# sourceMappingURL=payment.bundle.js.map