Paypal logo fix
This commit is contained in:
parent
1c09a9f46e
commit
92bbf242b7
BIN
app/assets/images/bblogo-paypal.png
Normal file
BIN
app/assets/images/bblogo-paypal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
@ -493,7 +493,7 @@ class ConferencesController < ApplicationController
|
|||||||
:amount => params[:payment_amount].to_f, # item value
|
:amount => params[:payment_amount].to_f, # item value
|
||||||
:custom_fields => {
|
:custom_fields => {
|
||||||
CARTBORDERCOLOR: "00ADEF",
|
CARTBORDERCOLOR: "00ADEF",
|
||||||
LOGOIMG: "https://cdn.bikebike.org/assets/bblogo.png"
|
LOGOIMG: "https://cdn.bikebike.org/assets/bblogo-paypal.png"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
response = request.setup(
|
response = request.setup(
|
||||||
@ -520,7 +520,7 @@ class ConferencesController < ApplicationController
|
|||||||
:amount => 1.0, # item value
|
:amount => 1.0, # item value
|
||||||
:custom_fields => {
|
:custom_fields => {
|
||||||
CARTBORDERCOLOR: "00ADEF",
|
CARTBORDERCOLOR: "00ADEF",
|
||||||
LOGOIMG: "https://cdn.bikebike.org/assets/bblogo.png"
|
LOGOIMG: "https://cdn.bikebike.org/assets/bblogo-paypal.png"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
response = request.setup(
|
response = request.setup(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user