PaymentRequest.save_payment_method может быть null

This commit is contained in:
Антон Н. Николаев
2023-10-17 12:28:43 +03:00
parent 5d1f47761f
commit 76aa472b14
371 changed files with 855 additions and 767 deletions
+1 -2
View File
@@ -2,7 +2,6 @@
namespace YooKassa\Model\Webhook;
/**
* Interface WebhookInterface.
*
@@ -64,4 +63,4 @@ interface WebhookInterface
* @return self
*/
public function setUrl(?string $url = null): self;
}
}