Server IP : 192.158.238.246 / Your IP : 3.22.248.193 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/7779/task/7779/cwd/plugins/give/src/Onboarding/Setup/templates/stories/src/ |
Upload File : |
import stripe from '../../../../../../../../assets/dist/images/setup-page/stripe@2x.min.png'; import template from '../../row-item.html'; export default () => { return template .replace(/{{\s*class\s*}}/gi, 'stripe') .replace(/{{\s*icon\s*}}/gi, stripe) .replace(/{{\s*title\s*}}/gi, 'Connect to Stripe') .replace( /{{\s*description\s*}}/gi, 'Stripe is one of the most popular payment gateways, and for good reason! Receive one-time and Recurring Donations (add-on) using many of the most popular payment methods. Note: the FREE version of Stripe includes an additional 2% fee for processing one-time donations ' ) .replace(/{{\s*action\s*}}/gi, '<button><i class="fab fa-stripe-s"></i> Connect to Stripe</button>'); };