Skip to content

v0.3.2

Compare
Choose a tag to compare
@SergeyKishenin SergeyKishenin released this 11 Aug 05:49
· 46 commits to master since this release
  • Add result_callback that allows to implement custom logic for Result URL.
  • Fix README: describe the proper way how to call controller helpers within a callback.

@notification.success is moved from RobokassaController#paid, now callback is called there. To make this action return "OK#{ invoice_id }" again add config.result_callback = -> (controller, notification) { controller.render text: notification.success } line to your initializer.