whoami7 - Manager
:
/
home
/
dataiclx
/
vielorbe.com
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
surecart
/
Upload File:
files >> //home/dataiclx/vielorbe.com/wp-content/plugins/surecart/dist/components/surecart/p-449324ed.js.map
{"version":3,"names":["wp","i18n","sprintf","__","method","name"],"sources":["src/components/controllers/checkout-form/payment/ManualPaymentMethods.tsx","src/components/controllers/checkout-form/payment/MockProcessor.tsx"],"sourcesContent":["import { FunctionalComponent, h } from '@stencil/core';\nimport { sprintf, __ } from '@wordpress/i18n';\nimport { ManualPaymentMethod } from '../../../../types';\n\nexport const ManualPaymentMethods: FunctionalComponent<{ methods: ManualPaymentMethod[] }> = ({ methods }) =>\n (methods || []).map(method => (\n <sc-payment-method-choice is-manual processor-id={method?.id}>\n <span slot=\"summary\">{method?.name}</span>\n <sc-card>\n <sc-payment-selected\n label={sprintf(\n // translators: Manual payment method.\n __('%s selected for check out.', 'surecart'),\n method?.name,\n )}\n >\n <div innerHTML={method?.description}></div>\n </sc-payment-selected>\n </sc-card>\n </sc-payment-method-choice>\n ));\n","import { FunctionalComponent, h } from '@stencil/core';\nimport { __ } from '@wordpress/i18n';\nimport { Processor } from '../../../../types';\n\nexport const MockProcessor: FunctionalComponent<{ processor: Processor }> = ({ processor }) => {\n if (!processor?.id) {\n return null;\n }\n return (\n <sc-payment-method-choice key={processor?.id} processor-id=\"mock\">\n <span slot=\"summary\" class=\"sc-payment-toggle-summary\">\n <sc-icon name=\"credit-card\" style={{ fontSize: '24px' }} aria-hidden=\"true\"></sc-icon>\n <span>{__('Test Processor', 'surecart')}</span>\n </span>\n\n <sc-card>\n <sc-payment-selected label={__('Test processor selected for check out.', 'surecart')}>\n <sc-icon slot=\"icon\" name=\"credit-card\" aria-hidden=\"true\"></sc-icon>\n {__('This is a test payment processor used to simulate test transactions. It is only available in test mode.', 'surecart')}\n </sc-payment-selected>\n </sc-card>\n </sc-payment-method-choice>\n );\n};\n"],"mappings":"yRAUiBA,GAAAC,KAAAC,QAELF,GAAAC,KAAAE,GAAE,yCAAAC,IAAA,MAAAA,SAAA,SAAAA,EAAAC,O,4YCACL,GAAAC,KAAAE,GAAE,+B,gDAImBH,GAAAC,KAAAE,GAAE,sD,mEAE3BH,GAAAC,KAAAE,GAAE,iI","ignoreList":[]}
Copyright ©2021 || Defacer Indonesia