https://github.com/klev-o/crypto-pay-api/blob/main/src/Types/Invoice.php You forgot to add public string $mini_app_invoice_url; public string $web_app_invoice_url; After creating a payment, you will not be able to get these links without upgrading.
https://github.com/klev-o/crypto-pay-api/blob/main/src/Types/Invoice.php
You forgot to add
public string $mini_app_invoice_url;
public string $web_app_invoice_url;
After creating a payment, you will not be able to get these links without upgrading.