Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
SJ77 Posted February 2, 2023 Posted February 2, 2023 HI If I approve a Paypal payout in the ACP while having define( 'NEXUS_TEST_GATEWAYS', true ); in my constants file, will the payment send? Trying to learn more about what specifically define( 'NEXUS_TEST_GATEWAYS', true ); does, in general but also specifically pertaining to making a Payout with paypal in ACP? Any information will be helpful Thank you 🙂
Stuart Silvester Posted February 2, 2023 Posted February 2, 2023 The constants are documented in the init.php file // Enable test/sandbox mode for Commerce payment gateways? // Sets all payment gateways into test/sandbox mode and makes a generic "Test Gateway" // which just acts as if a payment was successful available. Is used in development // so they can be tested without actually taking any money. If you enable that constant, you will not be able to get paid any real money since gateways will use the sandbox versions (where applicable) SJ77 1
Recommended Posts