Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 462 Bytes

sandbox-vs-live.md

File metadata and controls

16 lines (11 loc) · 462 Bytes

Sandbox vs Live

By default, plugin operates in the sandbox mode. I means all the transactions would be used with the sandbox URLs and code. To change it, you need to configure the plugin properly:

sylius_pay_pal:
    sandbox: false

You can, for example, configure it only for the production environment (e.g. in config/packages/prod/sylius_pay_pal_plugin.yaml).


Prev: Installation
Next: Onboarding