-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix creating SubscriptionEvent through .create!(attrs) (#140)
Signed-off-by: Bruno Vieira <bruno@chartmogul.com>
- Loading branch information
Bruno Vieira
authored
Aug 14, 2023
1 parent
5a80acd
commit 89e78b9
Showing
4 changed files
with
383 additions
and
2 deletions.
There are no files selected for viewing
320 changes: 320 additions & 0 deletions
320
...riptionEvent/API_interactions/creates_a_new_subscription_event_through_initialization.yml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# frozen_string_literal: true | ||
|
||
module ChartMogul | ||
VERSION = '3.2.0' | ||
VERSION = '3.3.0' | ||
end |
Oops, something went wrong.