Paypal logo fix

This commit is contained in:
Godwin
2014-07-24 01:30:34 -06:00
parent 1c09a9f46e
commit 92bbf242b7
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -493,7 +493,7 @@ class ConferencesController < ApplicationController
:amount => params[:payment_amount].to_f, # item value
:custom_fields => {
CARTBORDERCOLOR: "00ADEF",
LOGOIMG: "https://cdn.bikebike.org/assets/bblogo.png"
LOGOIMG: "https://cdn.bikebike.org/assets/bblogo-paypal.png"
}
)
response = request.setup(
@@ -520,7 +520,7 @@ class ConferencesController < ApplicationController
:amount => 1.0, # item value
:custom_fields => {
CARTBORDERCOLOR: "00ADEF",
LOGOIMG: "https://cdn.bikebike.org/assets/bblogo.png"
LOGOIMG: "https://cdn.bikebike.org/assets/bblogo-paypal.png"
}
)
response = request.setup(