Product variant fix
This commit is contained in:
@@ -238,11 +238,11 @@ Devise.setup do |config|
|
||||
# config.omniauth :facebook, "505160086210072", "fcc474a3fb13c6bcc0f7c83a92ad1b17",
|
||||
# scope: 'email,user_birthday,publish_stream'
|
||||
config.omniauth :facebook, "653729178057509", "d4cea86f70803f1b75ed03c506a4d78e",
|
||||
scope: 'email,user_birthday,publish_stream'
|
||||
scope: 'email,user_birthday,publish_actions'
|
||||
config.omniauth :instagram, "cd7bdfbee825499b94fb3783d1bc143b", "6b4f9ecf251c462993a696eebc0189be"
|
||||
else
|
||||
config.omniauth :facebook, "168928633304849", "22bc53e1a390c1e62d004195c55fe336",
|
||||
scope: 'email,user_birthday,publish_stream'
|
||||
scope: 'email,user_birthday,publish_actions'
|
||||
config.omniauth :instagram, "81c78b969a7046d6b6b5b5fe3f30929c", "3697c16762ad4f1ca088e829efbaddde"
|
||||
end
|
||||
|
||||
|
||||
@@ -143,3 +143,7 @@ en:
|
||||
modal:
|
||||
info:
|
||||
close: Close
|
||||
product_variant:
|
||||
select_on_order:
|
||||
title: "What variant of %{name} do you want?"
|
||||
choose: Choose
|
||||
|
||||
@@ -143,3 +143,7 @@ nl:
|
||||
modal:
|
||||
info:
|
||||
close: Sluit
|
||||
product_variant:
|
||||
select_on_order:
|
||||
title: "Selecteer welke variant %{name} je wilt"
|
||||
choose: Kies
|
||||
|
||||
Reference in New Issue
Block a user