| Server IP : 62.60.133.156 / Your IP : 216.73.217.51 Web Server : LiteSpeed System : Linux linux24.centraldnserver.com 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64 User : mimradmin ( 1166) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mimradmin/public_html/wp-content/plugins/persian-woocommerce/assets/js/ |
Upload File : |
(() => {
const {getSetting} = window.wc.wcSettings;
const {registerPaymentMethod} = window.wc.wcBlocksRegistry;
const {createElement} = window.wp.element;
const {decodeEntities} = window.wp.htmlEntities;
const pw_wc_zibal_settings = getSetting('wc_zibal_data', {});
// Prepare label and icon
const pw_wc_zibal_label = decodeEntities(pw_wc_zibal_settings.title) || 'زیبال';
const pw_wc_zibal_label_element = createElement('span', null, pw_wc_zibal_label);
const pw_wc_zibal_icon_element = createElement('img', {
src: pw_wc_zibal_settings.icon,
alt: decodeEntities(pw_wc_zibal_settings.title),
style: {marginInline: '10px'},
});
// Create gateway title element
const pw_wc_zibal_title_element = createElement(
'span',
{
style: {
display: 'flex',
justifyContent: 'space-between',
width: '100%',
},
},
[pw_wc_zibal_label_element, pw_wc_zibal_icon_element]
);
// Create gateway description element
const pw_wc_zibal_description = () =>
decodeEntities(
pw_wc_zibal_settings.description ||
'پرداخت امن به وسیله کلیه کارت های عضو شتاب از طریق درگاه زیبال '
);
const pw_wc_zibal_description_element = createElement(pw_wc_zibal_description);
// Register payment method
const pw_wc_zibal_gateway_block = {
name: 'wc_zibal',
label: pw_wc_zibal_title_element,
content: pw_wc_zibal_description_element,
edit: pw_wc_zibal_description_element,
canMakePayment: () => true,
ariaLabel: pw_wc_zibal_label,
supports: {
features: pw_wc_zibal_settings.supports,
},
};
registerPaymentMethod(pw_wc_zibal_gateway_block);
})();