Nathanael Burt
Results
2
issues of
Nathanael Burt
When writing tests for some after_transition callbacks I haven't seen exceptions being raised within the callback. Example: ``` ruby after_transition, :on => :finish, :do => :finish_it def finish_it foo end...
Based on the [Create Event docs](https://developers.klaviyo.com/en/reference/create_event) and the [events integration doc](https://developers.klaviyo.com/en/docs/guide_to_integrating_a_platform_without_a_pre_built_klaviyo_integration) it seems like I should be able to pass a value_currency when creating an event. In this case I'm...