mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Make square postal code optional
This commit is contained in:
parent
9c7beeaacc
commit
4294cf425f
@ -7,7 +7,7 @@
|
||||
<meta name="square_contact" content="{{ json_encode($square_contact) }}">
|
||||
<meta name="amount" content="{{ $amount }}">
|
||||
<meta name="currencyCode" content="{{ $currencyCode }}">
|
||||
<meta name="postal_code_required" content="{{ (bool)$postal_code_required }}"?
|
||||
<meta name="postal_code_required" content="{{ (bool)$postal_code_required ? true : false}}">
|
||||
|
||||
@endsection
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user