Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/sale/install/js/sale/payment-pay/const/dist/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/sale/install/js/sale/payment-pay/const/dist/const.bundle.js

this.BX = this.BX || {};
this.BX.Sale = this.BX.Sale || {};
this.BX.Sale.PaymentPay = this.BX.Sale.PaymentPay || {};
(function (exports) {
	'use strict';

	var EventType = Object.freeze({
	  payment: {
	    start: 'Sale:PaymentPay:Payment:Start',
	    error: 'Sale:PaymentPay:Payment:Error',
	    success: 'Sale:PaymentPay:Payment:Success',
	    reset: 'Sale:PaymentPay:Payment:Reset'
	  },
	  consent: {
	    accepted: 'Sale:PaymentPay:Consent:Accepted',
	    refused: 'Sale:PaymentPay:Consent:Refused'
	  },
	  global: {
	    paySystemAjaxError: 'onPaySystemAjaxError',
	    paySystemUpdateTemplate: 'onPaySystemUpdateTemplate'
	  }
	});

	var StageType = Object.freeze({
	  list: 'paySystemList',
	  errors: 'paySystemErrors',
	  result: 'paySystemResult',
	  paymentInfo: 'paymentInfo'
	});

	exports.EventType = EventType;
	exports.StageType = StageType;

}((this.BX.Sale.PaymentPay.Const = this.BX.Sale.PaymentPay.Const || {})));
//# sourceMappingURL=const.bundle.js.map