We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec576e commit 5d25df3Copy full SHA for 5d25df3
app/Http/Resources/Shop/CheckoutOptionResource.php
@@ -30,7 +30,7 @@ class CheckoutOptionResource extends Data
30
31
public function __construct()
32
{
33
- $this->is_offline = Configs::getValueAsString('webshop_offline');
+ $this->is_offline = Configs::getValueAsBool('webshop_offline');
34
$this->currency = Configs::getValueAsString('webshop_currency');
35
$this->allow_guest_checkout = Configs::getValueAsBool('webshop_allow_guest_checkout');
36
$this->terms_url = Configs::getValueAsString('webshop_terms_url');
0 commit comments