From 5352749e68c569dbc9a2a0db850ae03540ea9ce9 Mon Sep 17 00:00:00 2001 From: Godwin Date: Thu, 24 Jul 2014 01:51:00 -0600 Subject: [PATCH] Increasing paypal test amount --- app/controllers/conferences_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/conferences_controller.rb b/app/controllers/conferences_controller.rb index a0600ee..648126d 100644 --- a/app/controllers/conferences_controller.rb +++ b/app/controllers/conferences_controller.rb @@ -517,7 +517,7 @@ class ConferencesController < ApplicationController :currency_code => 'USD', # if nil, PayPal use USD as default :description => 'Conference Registration Test', # item description :quantity => 1, # item quantity - :amount => 1.0, # item value + :amount => 25.0, # item value :custom_fields => { CARTBORDERCOLOR: "00ADEF", LOGOIMG: "https://cdn.bikebike.org/assets/bblogo-paypal.png"