...
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.
...