lnbits paid articles added

This commit is contained in:
HolgerHatGarKeineNode
2023-03-13 21:50:30 +01:00
parent b8959946d3
commit 7159702a1f

View File

@@ -74,6 +74,9 @@ class NewsArticleForm extends Component
if (!$this->fromUrl) { if (!$this->fromUrl) {
$this->fromUrl = url()->previous(); $this->fromUrl = url()->previous();
} }
if (!$this->libraryItem->value_to_be_paid) {
$this->libraryItem->value_to_be_paid = '';
}
} }
public function updatedImages($value) public function updatedImages($value)