Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.58 KB

File metadata and controls

22 lines (17 loc) · 1.58 KB

0.1.2

  • An instance of Sumsub::Request returns now only the url without /resources (e.g., sumsub.url was https://api.sumsub.com/resources and now it is https://api.sumsub.com).

0.1.3

0.1.4

  • General minor fixes (don't require dev gems in the production build, add extra ignored files in .gitignore, etc);
  • Move the require 'dry-struct' to the lib/sumsub.rb, so we don't need to always require it in our structs;
  • Add generate_external_link;
  • Updated structs with new fields;
  • Add WebhookSender with get_payload class method to format the payload before informing it to the verify_webhook_sender method (those strange string transformations are necessary in order to receive the right answer from Sumsub).

0.2.1

  • New rejection labels (PR)

0.2.2

  • Update Subsub types (PR)

0.2.3

  • Fix WebhookSender.get_payload - fixes error when webhook request contains failed KYC verification (PR #12)
  • Fix #verify_webhook_sender - fixes 406 HTTP error from Sumsub (PR #11)