
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
solidus_bank_transfer
Advanced tools
This extensions add a Bank Transfer payment method.
You can define bank name, IBAN number and holder name in the backend. This data will be shown to the user in the checkout process.
Add solidus_bank_transfer to your Gemfile:
gem 'solidus_bank_transfer'
Bundle your dependencies and run the installation generator:
bundle
bundle exec rails g solidus_bank_transfer:install
I usually test with PostgreSQL locally. For this to work, you need a role named postgres
. If you don't have it, you can create a superuser role with
createuser -s postgres
Bundle your dependencies, then run rake
. rake
will default to building the dummy app if it does not exist, then it will run specs, and Rubocop static code analysis. The dummy app can be regenerated by using rake test_app
.
bundle
DB=postgres bundle exec rake
When testing your application's integration with this extension you may use its factories. Simply add this require statement to your spec_helper:
require 'solidus_bank_transfer/factories'
Your new extension version can be released using gem-release
like this:
bundle exec gem bump -v VERSION --tag --push --remote upstream && gem release
made with ❤️and ☕️by weLaika
Copyright (c) 2019 weLaika, released under the New BSD License
FAQs
Unknown package
We found that solidus_bank_transfer 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.