mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
* fixes for template controller * Default gateway as string * Bulk actions * Move currency_id back to settings * Allow store and update currency ID * Attach user to company_user * Add / Detach company users
9 lines
267 B
PHP
9 lines
267 B
PHP
<?php
|
|
/**
|
|
* @OA\Schema(
|
|
* schema="Payment",
|
|
* type="object",
|
|
* @OA\Property(property="id", type="string", example="Opnel5aKBz", description="______"),
|
|
* @OA\Property(property="is_manual", type="bool", example=true, description="______"),
|
|
* )
|
|
*/ |