Server IP : 192.158.238.246 / Your IP : 18.219.194.82 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 icon from '../../../../../../../../assets/dist/images/setup-page/paypal@2x.min.png'; import button from '../../../../../../../../assets/dist/images/setup-page/paypal.svg'; import template from '../../row-item.html'; export default () => { return template .replace(/{{\s*icon\s*}}/gi, icon) .replace(/{{\s*title\s*}}/gi, 'Connect to Paypal') .replace( /{{\s*description\s*}}/gi, 'PayPal is synonymous with nonprofits and online charitable gifts. It’s been the go-to payment merchant in for many of the worlds top NGOs. Accept PayPal, Credit and Debit Cards, and more using PayPal’s Smart Buttons without any added platform fees.' ) .replace(/{{\s*action\s*}}/gi, '<img src="' + button + '" alt="Connect to PayPal" />'); };