stripe and small fixes
This commit is contained in:
@@ -489,7 +489,7 @@ const HitParade = () => {
|
||||
fontFamily: FONT_FAMILY.HelveticaNeueBold,
|
||||
}}
|
||||
>
|
||||
Chansons
|
||||
Chansons librairie
|
||||
</Text>
|
||||
{/* </BorderGradient> */}
|
||||
</BlurView>
|
||||
|
||||
@@ -98,8 +98,9 @@ const PublishYoutube = () => {
|
||||
}
|
||||
setSaving(true)
|
||||
try {
|
||||
const publishCallable = firebase.functions().httpsCallable('youtube-publishPlaybackToYoutube')
|
||||
await publishCallable({ projectId })
|
||||
// publication sur youtube en standby
|
||||
// const publishCallable = firebase.functions().httpsCallable('youtube-publishPlaybackToYoutube')
|
||||
// await publishCallable({ projectId })
|
||||
setTooltip?.({
|
||||
type: 'success',
|
||||
text: 'Publication lancée sur YouTube',
|
||||
|
||||
Reference in New Issue
Block a user