Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 345 Bytes

Configuration.md

File metadata and controls

18 lines (12 loc) · 345 Bytes

Brevo::Configuration

Properties

Name Type Description Notes
custom_success_url String Absolute URL of the custom success page.

Example

require 'brevo'

instance = Brevo::Configuration.new(
  custom_success_url: https://my-company.com/payment-success
)