SpreeConf 2012: The 3 P's Preferences, Payments and Promotions
From SpreeConf 2012 NYC. This is a technical training for the inner workings of Spree preferences , Payment Methods, Payments, Default Gateways and Promotions
include Preferrable MyModel < ActiveRecord::Base include Preferrable Preferences::Configuration include Preferrable extra accessors Monday, February 13, 12
Payment and Moneybookers accounts • stores details in spree_skrill_transactions • details are saved as payment source and viewable in admin Monday, February 13, 12
1. payment info 2. call back with skrill transaction details 3. payment complete /skrill_return 4. redirect to confirm order Order 2.1 add payment to order SkrillTransaction transaction_id customer_id currency amount 2.2 payment source is skrill_transaction with details Monday, February 13, 12