mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
commit
672a639219
@ -1 +1 @@
|
||||
5.3.70
|
||||
5.3.71
|
@ -237,6 +237,7 @@ class CreditCard
|
||||
{
|
||||
$amount = array_sum(array_column($payment_hash->invoices(), 'amount')) + $payment_hash->fee_total;
|
||||
|
||||
$invoice_numbers = '';
|
||||
|
||||
if($this->eway_driver->payment_hash->data)
|
||||
$invoice_numbers = collect($this->eway_driver->payment_hash->data->invoices)->pluck('invoice_number')->implode(',');
|
||||
@ -251,7 +252,6 @@ class CreditCard
|
||||
'TotalAmount' => $this->convertAmountForEway($amount),
|
||||
'CurrencyCode' => $this->eway_driver->client->currency()->code,
|
||||
'InvoiceNumber' => $invoice_numbers,
|
||||
'InvoiceDescription' => $description,
|
||||
'InvoiceReference' => $description,
|
||||
],
|
||||
'TransactionType' => \Eway\Rapid\Enum\TransactionType::RECURRING,
|
||||
|
@ -187,7 +187,7 @@ class SystemHealth
|
||||
config(['database.connections.mysql.password' => $request->input('db_password')]);
|
||||
config(['database.default' => 'mysql']);
|
||||
|
||||
DB::purge('db-ninja-01');
|
||||
DB::purge('mysql');
|
||||
}
|
||||
|
||||
if (!config('ninja.db.multi_db_enabled')) {
|
||||
|
@ -14,8 +14,8 @@ return [
|
||||
'require_https' => env('REQUIRE_HTTPS', true),
|
||||
'app_url' => rtrim(env('APP_URL', ''), '/'),
|
||||
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
|
||||
'app_version' => '5.3.70',
|
||||
'app_tag' => '5.3.70',
|
||||
'app_version' => '5.3.71',
|
||||
'app_tag' => '5.3.71',
|
||||
'minimum_client_version' => '5.0.16',
|
||||
'terms_version' => '1.0.1',
|
||||
'api_secret' => env('API_SECRET', ''),
|
||||
|
4
public/flutter_service_worker.js
vendored
4
public/flutter_service_worker.js
vendored
@ -28,11 +28,11 @@ const RESOURCES = {
|
||||
"assets/NOTICES": "9a4bf0423a5e265f38c4df37f7a0a913",
|
||||
"assets/fonts/MaterialIcons-Regular.otf": "7e7a6cccddf6d7b20012a548461d5d81",
|
||||
"favicon.ico": "51636d3a390451561744c42188ccd628",
|
||||
"/": "5a8521fac2934b22cf11b56c0dcaaf18",
|
||||
"/": "872d6fc8570c28da77a84d81d0d344c7",
|
||||
"version.json": "443986d36b3df952ad780139ecccd516",
|
||||
"icons/Icon-512.png": "0f9aff01367f0a0c69773d25ca16ef35",
|
||||
"icons/Icon-192.png": "bb1cf5f6982006952211c7c8404ffbed",
|
||||
"main.dart.js": "7b2c202e91e36e6c63375d89047170b6",
|
||||
"main.dart.js": "f26fb24c7525ef96997b0d6b02504548",
|
||||
"favicon.png": "dca91c54388f52eded692718d5a98b8b",
|
||||
"manifest.json": "ef43d90e57aa7682d7e2cfba2f484a40",
|
||||
"canvaskit/profiling/canvaskit.js": "ae2949af4efc61d28a4a80fffa1db900",
|
||||
|
64441
public/main.dart.js
vendored
64441
public/main.dart.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
64377
public/main.foss.dart.js
vendored
64377
public/main.foss.dart.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
63289
public/main.html.dart.js
vendored
63289
public/main.html.dart.js
vendored
File diff suppressed because one or more lines are too long
64509
public/main.next.dart.js
vendored
64509
public/main.next.dart.js
vendored
File diff suppressed because one or more lines are too long
320
public/main.profile.dart.js
vendored
320
public/main.profile.dart.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user