spree_skrill icon indicating copy to clipboard operation
spree_skrill copied to clipboard

Add support for Skrill / MoneyBookers Quick checkout as a payment method.

Results 5 spree_skrill issues
Sort by recently updated
recently updated
newest added

ActionView::Template::Error (undefined method `token' for #Spree::Order:0x007f29c0e41380): > 4: opts = {} > 5: opts[:transaction_id] = "#{@order.number}" > 6: opts[:amount] = @order.total > 7: opts[:return_url] = skrill_return_order_checkout_url(@order, :token => @order.token, >...

gem 'spree', github: 'spree/spree' gem 'spree_auth_devise', github: 'spree/spree_auth_devise' gem 'spree_fancy', :github => 'spree/spree_fancy' gem 'spree_skrill', :git => 'git://github.com/spree/spree_skrill.git' generates /home/seb/.rbenv/versions/2.1.0-rc1/lib/ruby/gems/2.1.0/gems/activemodel-4.0.2/lib/active_model/deprecated_mass_assignment_security.rb:14:in `attr_accessible':`attr_accessible`is extracted out of Rails into a gem. Please use...

Hi guys, I'm just trying to configure stripe as apayment method in spree. I have set all the necessary configuration regarding Stripe. At checkout "Confirm State" i'm getting this exception....

Now I get the following error: `undefined method`authorize' for #Spree::BillingIntegration::Skrill::QuickCheckout:0xb3c30d8` I am a little bit concerned. I thought skrill was an offical payment supported by spree. Is someone using it...

On my 0.70.5 Spree site, Skrill breaks the Authorize.Net gateway when the Skrill gem is installed, including when no Skrill payment method is actually created on the admin back-end. After...