This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
Releases: Snapp-Market-Pro/moadian
Releases · Snapp-Market-Pro/moadian
Version 1.1.1
Added Missing Parameters
Invoice Header:
- cdcn
- cdcd
- tonw
- torv
- tocv
Invoice Body:
- nw
- ssrv
- sscv
Version 1.1.0
Added Functionality:
- Send multiple invoices in single request with
public function sendInvoices(array $invoices, array $headers = []): array
- Inquire multiple invoices in single request with
public function inquireByReferenceNumbers(array $referenceNumbers, array $headers = []): array
- Get Server Info (public key of server) with
public function getServerInformation(array $headers = []): array
- Normalize internal invoice numbers to match moadian formatting requirements with
public function normalizeInvoiceNumber(int $internalInvoiceId): string
Deprecation Warnings:
getToken
: instead uselogin
sendInvoice
: instead usesendInvoices
inquireByReferenceNumber
: instead useinquireByReferenceNumbers