![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/cartforge.co/app/code/StripeIntegration/Payments/etc/adminhtml/system/ |
<?xml version="1.0"?> <include xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_include.xsd"> <group id="basic" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1"> <label>General settings</label> <comment><p>You will need to set your API keys before you can accept payments. If you do not yet have a Stripe account, please <a href="https://dashboard.stripe.com/register?utm_campaign=comarketing&utm_source=magento&utm_medium=referred" target="_blank" rel="noopener noreferrer">click here</a> to register.</p> <p><a href="https://stripe.com/docs/plugins/magento?utm_campaign=comarketing&utm_source=magento&utm_medium=referred" target="_blank" rel="noopener noreferrer">Learn more</a> about configuring this module from Stripe's official Magento Documentation.</p> <p>For additional technical support contact <a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer">[email protected]</a>.</p></comment> <field id="module_version" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Module version</label> <frontend_model>StripeIntegration\Payments\Model\Adminhtml\Frontend\ModuleVersion</frontend_model> </field> <field id="stripe_mode" translate="label" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Mode</label> <comment><![CDATA[Set this to live when you are ready to accept payments]]></comment> <source_model>StripeIntegration\Payments\Model\Adminhtml\Source\Mode</source_model> <config_path>payment/stripe_payments_basic/stripe_mode</config_path> </field> <field id="stripe_test_sk" translate="label" type="obscure" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Test secret API key</label> <comment> <![CDATA[<a target="_blank" rel="noopener noreferrer" href="https://dashboard.stripe.com/account/apikeys">Your Stripe Account</a> > API Keys > Test Secret Key]]> </comment> <backend_model>Magento\Config\Model\Config\Backend\Encrypted</backend_model> <depends> <field id="stripe_mode">test</field> </depends> <config_path>payment/stripe_payments_basic/stripe_test_sk</config_path> </field> <field id="stripe_test_pk" translate="label" type="text" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Test publishable API key</label> <comment> <![CDATA[<a target="_blank" rel="noopener noreferrer" href="https://dashboard.stripe.com/account/apikeys">Your Stripe Account</a> > API Keys > Test Publishable Key]]> </comment> <depends> <field id="stripe_mode">test</field> </depends> <config_path>payment/stripe_payments_basic/stripe_test_pk</config_path> </field> <field id="stripe_live_sk" translate="label" type="obscure" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Live secret API key</label> <comment> <![CDATA[<a target="_blank" rel="noopener noreferrer" href="https://dashboard.stripe.com/account/apikeys">Your Stripe Account</a> > API Keys > Live Secret Key]]> </comment> <backend_model>Magento\Config\Model\Config\Backend\Encrypted</backend_model> <depends> <field id="stripe_mode">live</field> </depends> <config_path>payment/stripe_payments_basic/stripe_live_sk</config_path> </field> <field id="stripe_live_pk" translate="label" type="text" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Live publishable API key</label> <comment> <![CDATA[<a target="_blank" rel="noopener noreferrer" href="https://dashboard.stripe.com/account/apikeys">Your Stripe Account</a> > API Keys > Live Publishable Key]]> </comment> <depends> <field id="stripe_mode">live</field> </depends> <config_path>payment/stripe_payments_basic/stripe_live_pk</config_path> </field> <field id="receipt_emails" translate="label" type="select" sortOrder="122" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Receipt emails</label> <comment> <![CDATA[Allow Stripe to send a receipt email to the customer after they have been charged.]]> </comment> <source_model>StripeIntegration\Payments\Model\Adminhtml\Source\Enabled</source_model> <config_path>payment/stripe_payments/receipt_emails</config_path> </field> </group> </include>