{"id":22920537,"url":"https://github.com/futhr/spree-dibs","last_synced_at":"2026-04-30T01:36:12.430Z","repository":{"id":9049048,"uuid":"10814155","full_name":"futhr/spree-dibs","owner":"futhr","description":"Spree Payment Gateway for DIBS","archived":false,"fork":false,"pushed_at":"2014-03-31T08:55:09.000Z","size":300,"stargazers_count":1,"open_issues_count":4,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-01T13:43:38.770Z","etag":null,"topics":["dibs","draft","e-commerce","extension","rspec","ruby","spree","spree-dibs","spree-payment-gateway","wip"],"latest_commit_sha":null,"homepage":"http://spreecommerce.com","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/futhr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-20T07:06:03.000Z","updated_at":"2019-05-07T14:16:58.000Z","dependencies_parsed_at":"2022-07-09T22:46:27.700Z","dependency_job_id":null,"html_url":"https://github.com/futhr/spree-dibs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/futhr/spree-dibs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futhr%2Fspree-dibs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futhr%2Fspree-dibs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futhr%2Fspree-dibs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futhr%2Fspree-dibs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/futhr","download_url":"https://codeload.github.com/futhr/spree-dibs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futhr%2Fspree-dibs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32451474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dibs","draft","e-commerce","extension","rspec","ruby","spree","spree-dibs","spree-payment-gateway","wip"],"created_at":"2024-12-14T07:16:09.107Z","updated_at":"2026-04-30T01:36:12.386Z","avatar_url":"https://github.com/futhr.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"![DIBS Logo][1]\n\n# Spree Payment Gateway for DIBS\n\n[![Dependency Status](https://gemnasium.com/futhr/spree-dibs.png)](https://gemnasium.com/futhr/spree-dibs)\n[![Code Climate](https://codeclimate.com/github/futhr/spree-dibs.png)](https://codeclimate.com/github/futhr/spree-dibs)\n\n[DIBS Payment Services][2], the largest provider of Internet payment solutions in Northern Europe.\n\n## Installation\n\nAdd spree_dibs and this branch of active merchant to your `Gemfile`\n\n```ruby\ngem 'spree_dibs', github: 'futhr/spree-dibs', branch: 'master'\ngem 'activemerchant', github: 'futhr/active_merchant', branch: 'dibspayment'\n```\n\n**NOTE** _This cannot be used with official `active_merchant` gem due to that the DIBS gateway was never merged. This because DIBS do not have a sandbox to run CI tests against.\n\n### Heroku SSL gotcha\n\nTo make this work if you deploy on Heroku you need to add this to your Rails app in `config/initialzers/dibs.rb`.\nYou also need to include this code snippet to make your tests pass.\n\n```ruby\nrequire 'net/http'\n\nNet::HTTP.class_eval do\n  def do_start\n    # Start Hack\n    @ssl_version = :SSLv3 if @address =~ /.*\\.dibspayment\\.com/\n    # PREPARE', End Hack\n    connect\n    @started = true\n  end\nend\n```\n\n---\n\n## Contributing\n\nIn the spirit of [free software][3], **everyone** is encouraged to help improve this project.\n\nHere are some ways *you* can contribute:\n\n* by using prerelease versions\n* by reporting [bugs][4]\n* by suggesting new features\n* by writing or editing documentation\n* by writing specifications\n* by writing code (*no patch is too small*: fix typos, add comments, clean up inconsistent whitespace)\n* by refactoring code\n* by resolving [issues][4]\n* by reviewing patches\n\nIssue/feature related questions can be asked thru [Gitter chat](https://gitter.im/futhr/spree-dibs).\n\nStarting point:\n\nBe sure to bundle your dependencies and then create a dummy test app for the specs to run against. Make sure to create `spec/support/config.yml` from the sample file and modify the `merchantid` and `hmackey` variables from your DIBS account information.\n\n* Fork the repo\n* Clone your repo\n* Run `bundle install`\n* Add config for *your* DIBS account\n* Run `bundle exec rake test_app` to create the test application in `spec/test_app`\n* Make your changes\n* Ensure specs pass by running `bundle exec rspec spec`\n* Submit your pull request\n\nCopyright (c) 2014 [Tobias Bohwalli][5], [FreeRunning Technologies][6] and [contributors][7], released under the [New BSD License][8]\n\n[1]: https://raw.github.com/futhr/spree-dibs/master/dibs.png\n[2]: http://www.dibspayment.com\n[3]: http://www.fsf.org/licensing/essays/free-sw.html\n[4]: https://github.com/futhr/spree-dibs/issues\n[5]: https://github.com/futhr\n[6]: https://github.com/freerunningtechnologies\n[7]: https://github.com/futhr/spree-dibs/contributors\n[8]: https://github.com/futhr/spree-dibs/tree/master/LICENSE.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuthr%2Fspree-dibs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuthr%2Fspree-dibs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuthr%2Fspree-dibs/lists"}