Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Unofficial Poli Gem for Ruby. This is VERY MUCH a pre-release; in its current iteration - I've not yet even tested it with an API key from POLi.
Command line:
$ gem install polirb
Or in your application's Gemfile:
gem 'polirb', '~> 0.1.0'
To make things easier, you can define your client credentials at a global level:
# Set the configuration
Polirb.configure(
:merchant_code => "SAMPLE_MERCHANT_CODE",
:authentication_code => "SAMPLE_AUTHENTICATION_CODE",
:merchant_homepage_url => "http://www.example.com/",
:success_url => "http://www.example.com/poli/success",
:failure_url => "http://www.example.com/poli/failure",
:cancellation_url => "http://www.example.com/poli/cancellation",
:notification_url => "http://www.example.com/poli/notification",
:timeout => "900",
)
# Get the configuration
Polirb.configuration # => { ... }
# Reset the configuration
Polirb.reset_configuration
MIT - For terms refer to LICENSE.md
FAQs
Unknown package
We found that polirb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.