Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Releases: Snapp-Market-Pro/moadian

Version 1.1.1

07 Nov 20:24
cf178ea
Compare
Choose a tag to compare

Added Missing Parameters

Invoice Header:

  • cdcn
  • cdcd
  • tonw
  • torv
  • tocv

Invoice Body:

  • nw
  • ssrv
  • sscv

Version 1.1.0

12 Oct 11:21
497dc8e
Compare
Choose a tag to compare

Added Functionality:

  1. Send multiple invoices in single request with public function sendInvoices(array $invoices, array $headers = []): array
  2. Inquire multiple invoices in single request with public function inquireByReferenceNumbers(array $referenceNumbers, array $headers = []): array
  3. Get Server Info (public key of server) with public function getServerInformation(array $headers = []): array
  4. Normalize internal invoice numbers to match moadian formatting requirements with public function normalizeInvoiceNumber(int $internalInvoiceId): string

Deprecation Warnings:

  1. getToken : instead use login
  2. sendInvoice : instead use sendInvoices
  3. inquireByReferenceNumber : instead use inquireByReferenceNumbers