Configuring Solix Payments
Credentials
###############
# CREDENTIALS #
###############
enabled: true # Whether the module is enabled
paypalCredentials:
clientId: "CLIENT_ID" # PayPal Client ID
clientSecret: "CLIENT_SECRET" # PayPal Client Secret
Invoice Settings
####################
# INVOICE SETTINGS #
####################
paypalInvoiceSettings:
invoiceNote: "Thank you for your bussiness" # Note to users displayed at bottom of invoice
termsAndConditions: "Terms apply" # Terms and conditions of your service (Link to a document if needed)
invoicer:
bussinessName: "Solix" # Your company name
logo: "https://example.com/logo.PNG" # Your company logo
Last updated