403Webshell
Server IP : 172.67.158.161  /  Your IP : 3.149.236.131
Web Server : LiteSpeed
System : Linux business53.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : giankuin ( 1871)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/giankuin/thietke365.net/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/giankuin/thietke365.net/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout//constants.ts
/**
 * External dependencies
 */
import {
	BillingAddress,
	getSetting,
	ShippingAddress,
} from '@woocommerce/settings';

import { CheckoutResponseSuccess } from '@woocommerce/types';

export const STORE_KEY = 'wc/store/checkout';

export enum STATUS {
	// When checkout state has changed but there is no activity happening.
	IDLE = 'idle',
	// After the AFTER_PROCESSING event emitters have completed. This status triggers the checkout redirect.
	COMPLETE = 'complete',
	// This is the state before checkout processing begins after the checkout button has been pressed/submitted.
	BEFORE_PROCESSING = 'before_processing',
	// After BEFORE_PROCESSING status emitters have finished successfully. Payment processing is started on this checkout status.
	PROCESSING = 'processing',
	// After server side checkout processing is completed this status is set
	AFTER_PROCESSING = 'after_processing',
}

const preloadedCheckoutData = getSetting(
	'checkoutData',
	{}
) as Partial< CheckoutResponseSuccess >;

export const checkoutData = {
	order_id: 0,
	customer_id: 0,
	billing_address: {} as BillingAddress,
	shipping_address: {} as ShippingAddress,
	...( preloadedCheckoutData || {} ),
};

Youez - 2016 - github.com/yon3zu
LinuXploit