0.0
No release in over 3 years
Low commit activity in last 3 years
Paysera integration for Spree
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 3.1.0, < 5.0
>= 3.1.0, < 5.0
>= 3.1.0, < 5.0
 Project Readme

Paysera payment gateway integration for Spree Ecommerce.

Build Status

Adds Paysera payment option to the checkout view. Can be customized by editing paysera partial. Tested on Spree version 3.5+.

Installation

  1. Add gem to your gemfile:

     gem 'spree_paysera', '~> 1.0', '>= 1.0.2'
    
  2. Install the gem using Bundler:

     bundle install
    
  3. Restart your server

Setup

  • In Spree admin panel go to "Configuration" > "Payment Methods".
  • Create a new payment method.
  • Select provider "Spree::Gateway::Paysera", enter name and description.
  • Click "Create".
  • Enter Project ID, Domain Name and Message Text (paytext). Untick "Test Mode" for use in production.