Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To enable it, set GiniBankConfiguration.shared.enableReturnReasons to true when you configure the Gini Bank SDK before launch.

Code Block
let configuration = GiniBankConfiguration.shared
configuration.enableReturnReasons = true

Find out how to customize this feature here.

...