Compare commits
2 Commits
a28c1d88ea
...
97b6561ad3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
97b6561ad3 | ||
|
|
c9a0021bc3 |
@@ -128,7 +128,7 @@ class VisaMasterPaymentOrderFieldsForDetail
|
||||
Text::make(__('Töleg ugradyjynyň goýum hasaby'), function () use ($resource) {
|
||||
return sprintf(
|
||||
'<strong>%s</strong>',
|
||||
number_format($resource->sender_deposit_account, 0, '', '')
|
||||
$resource->sender_deposit_account && is_numeric($resource->sender_deposit_account) ? number_format($resource->sender_deposit_account, 0, '', '') : '0'
|
||||
);
|
||||
})->asHtml(),
|
||||
|
||||
|
||||
@@ -382,13 +382,12 @@ class NovaVisaMasterPaymentOrder extends Resource
|
||||
$order = $this->resource;
|
||||
|
||||
if (in_array($order->status, [
|
||||
OrderRepo::PENDING,
|
||||
OrderRepo::CANCELLED,
|
||||
OrderRepo::COMPLETED,
|
||||
])) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}),
|
||||
];
|
||||
}
|
||||
|
||||
@@ -99,10 +99,6 @@
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/anditsung/nova-locale-switcher"
|
||||
},
|
||||
"1": {
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/nurmuhammet-ali/nova-tabs"
|
||||
},
|
||||
"2": {
|
||||
"type": "path",
|
||||
"url": "./nova-components/NovaCustomHtml"
|
||||
|
||||
2250
composer.lock
generated
2250
composer.lock
generated
File diff suppressed because it is too large
Load Diff
BIN
vendor.zip
Normal file
BIN
vendor.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user