Skip to content

Commit

Permalink
Updates for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Nov 10, 2024
1 parent 943f2dd commit 8471c63
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/Model/CheckoutOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,18 @@
*/
class CheckoutOptions extends AbstractTotalCollection implements ModelInterface
{




/**
* @return array
*/
public function getCheckoutOptions(): array
{
return $this->toArray();

return $this->toArray();

}

/**
Expand All @@ -31,6 +37,11 @@ public function setCheckoutOptions(array $checkoutoptions): self
{
$this->clear();


if(1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1 && 1==1)
{
echo 'oi;';
}
if (0 === count($checkoutoptions)) {
return $this;
}
Expand Down

0 comments on commit 8471c63

Please sign in to comment.