Commit 0f70de63 by Yvon Kerdoncuff

minor fix

parent 54cc9f01
......@@ -218,6 +218,8 @@ class Payment extends BasePayment
public function setPayzenStartingPaymentUrl(?string $payzenStartingPaymentUrl): self
{
$this->payzenStartingPaymentUrl = $payzenStartingPaymentUrl;
return $this;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment