New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

workarea-worldpay_xml

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workarea-worldpay_xml

  • 1.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Workarea Worldpay Xml

Worldpay Xml Payment Processor plugin for the Workarea platform.

Installation

Add the following block to your gem file:

# ...
gem 'workarea-worldpay-xml', source: 'https://gems.weblinc.com'
# ...

Or use a source block:

# ...
source 'https://gems.weblinc.com' do
  gem 'workarea-worldpay-xml'
end
# ...

Update your application's bundle.

cd path/to/application
bundle

Add the following to your secrets file:

# ...
worldpay:
  login: MERCHANTCODEHERE
  password: XMLPASSWORD
  test: true
# ...

By default tokenzization is not enabled in both live and sandbox account. Be sure to request that tokenzation is enabled after installing the plugin.

Documentation and Testing

Worldpay does not issue freestanding sandbox accounts for testing. An account must be provisioned through a Worldpay account manager.

Documentation for the Worldpay xml gateway can be found at http://support.worldpay.com/support/kb/gg/corporate-gateway-guide/content/home.htm

A list of test credit cards and testing values can be found at http://support.worldpay.com/support/kb/gg/corporate-gateway-guide/content/reference/testvalues.htm

Workarea Platform Documentation

See http://developer.weblinc.com for Workarea platform documentation.

Copyright WebLinc 2018. All rights reserved.

For licensing, contact sales@workarea.com.

FAQs

Package last updated on 21 Aug 2019

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc