Skip to content

v0.1.0

Choose a tag to compare

@wesleyskap wesleyskap released this 10 Jun 20:36
· 13 commits to master since this release

Added

  • Initial release of backend integrations for the Vindi Rails SDK.
  • Webhook Generator: rails generate vindi:webhook template creating WebhooksController with signature token verify and asynchronous ActiveJob handler WebhookJob.
  • ActiveRecord Sync Generator: rails generate vindi:sync [Model] adding database migration for vindi_customer_id and mixing in Vindi::Synchronizable concern.
  • Rake Administrative Tasks:
    • vindi:audit task to reconcile local database against Vindi API.
    • vindi:test_webhook task simulating webhook event posts locally.
  • Test Suite: Integrated Minitest suite verifying generators and sync concern hooks with WebMock.