Skip to content

Commit

Permalink
get list of all supported languages for invoices
Browse files Browse the repository at this point in the history
  • Loading branch information
731MY committed Sep 7, 2024
1 parent f945325 commit e115cd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,5 @@ $singlewallet->createInvoice(Invoice $invoice) : NewInvoiceResponse;
$singlewallet->cancelInvoice(string $invoiceId) : boolean; // Cancel invoice
$singlewallet->getInvoice(string $invoiceId) : InvoiceResponse; // Get invoice details
$singlewallet->getFiatCurrencies() : FiatCurrenciesResponse[]; // Get fiat currencies list
$singlewallet->getLanguageList() : LanguageResponse[]; // Get supported languages list
```

0 comments on commit e115cd4

Please sign in to comment.