diff --git a/app/controllers/preorder_controller.rb b/app/controllers/preorder_controller.rb index 4100467..0801bf4 100644 --- a/app/controllers/preorder_controller.rb +++ b/app/controllers/preorder_controller.rb @@ -25,7 +25,7 @@ class PreorderController < ApplicationController # Then, if they confirm the payment, Amazon POSTs us their shipping details and phone number # From there, we save it, and voila, we got ourselves a preorder! @pipeline = AmazonFlexPay.multi_use_pipeline(@order.uuid, - :transaction_amount => Settings.price, + :transaction_amount => price, :global_amount_limit => Settings.charge_limit, :collect_shipping_address => "True", :payment_reason => Settings.payment_description)