mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
lnbits paid articles added
This commit is contained in:
@@ -63,7 +63,7 @@ class NewsArticleForm extends Component
|
|||||||
'value' => '',
|
'value' => '',
|
||||||
'value_to_be_paid' => '',
|
'value_to_be_paid' => '',
|
||||||
'read_time' => 1,
|
'read_time' => 1,
|
||||||
'sats' => 21,
|
'sats' => $this->paid ? 21 : null,
|
||||||
'news' => true,
|
'news' => true,
|
||||||
'language_code' => 'de',
|
'language_code' => 'de',
|
||||||
'approved' => auth()
|
'approved' => auth()
|
||||||
|
|||||||
Reference in New Issue
Block a user