Browse Source

Paypal logo fix

development
Godwin 10 years ago
parent
commit
92bbf242b7
  1. BIN
      app/assets/images/bblogo-paypal.png
  2. 4
      app/controllers/conferences_controller.rb

BIN
app/assets/images/bblogo-paypal.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

4
app/controllers/conferences_controller.rb

@ -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(

Loading…
Cancel
Save