Skip to content

Commit

Permalink
+types, ^php7.4, csrf_protection=false as defaultFormOptions to suppr…
Browse files Browse the repository at this point in the history
…ess token
  • Loading branch information
mathielen committed Aug 5, 2022
1 parent c72979e commit 0820d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mathielen/SapOci/Model/Oci50BasketItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Oci50BasketItem extends Oci40BasketItem
{
private ?string $tax;
private ?string $tax = null;

public function getTax(): ?string
{
Expand Down

0 comments on commit 0820d41

Please sign in to comment.