Skip to content

Commit

Permalink
6.7.11 - Add merchant_category_code on CreateVoucherPaymentRequest (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Unknown <[email protected]>
  • Loading branch information
grazielcosta and samuelleitemundipagg authored May 15, 2023
1 parent 4566776 commit 2d8e51d
Show file tree
Hide file tree
Showing 120 changed files with 2,997 additions and 105,921 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"ext-json": "*",
"apimatic/unirest-php": "^4.0.0",
"apimatic/core-interfaces": "~0.1.0",
"apimatic/core": "~0.2.0"
"apimatic/core": "~0.3.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
Expand Down
4 changes: 2 additions & 2 deletions doc/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ The gateway for the SDK. This class acts as a factory for the Controllers and al

| Name | Description |
| --- | --- |
| getOrdersController() | Gets OrdersController |
| getPlansController() | Gets PlansController |
| getSubscriptionsController() | Gets SubscriptionsController |
| getInvoicesController() | Gets InvoicesController |
| getOrdersController() | Gets OrdersController |
| getCustomersController() | Gets CustomersController |
| getRecipientsController() | Gets RecipientsController |
| getChargesController() | Gets ChargesController |
| getTokensController() | Gets TokensController |
| getTransfersController() | Gets TransfersController |
| getTokensController() | Gets TokensController |
| getTransactionsController() | Gets TransactionsController |

Loading

0 comments on commit 2d8e51d

Please sign in to comment.