Jump to content

What exactly does define( 'NEXUS_TEST_GATEWAYS', true ); do?


Recommended Posts

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 🙂

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...