统一退款不一致(refund_inconsistent)口径:引入 amounts.tolerance 并对齐模型与筛选
This commit is contained in:
@@ -58,7 +58,7 @@ class AdminPlatformOrderBatchActivateSubscriptionsRefundInconsistentFilterFields
|
||||
'meta' => [
|
||||
'refund_summary' => [
|
||||
'count' => 1,
|
||||
'total_amount' => 10.00,
|
||||
'total_amount' => 10.01,
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
||||
@@ -57,7 +57,7 @@ class AdminPlatformOrderBatchMarkActivatedRefundInconsistentFilterFieldsTest ext
|
||||
'meta' => [
|
||||
'refund_summary' => [
|
||||
'count' => 1,
|
||||
'total_amount' => 10.00,
|
||||
'total_amount' => 10.01,
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
||||
@@ -58,7 +58,7 @@ class AdminPlatformOrderClearSyncErrorsRefundInconsistentFilterFieldsTest extend
|
||||
'meta' => [
|
||||
'refund_summary' => [
|
||||
'count' => 1,
|
||||
'total_amount' => 10.00,
|
||||
'total_amount' => 10.01,
|
||||
],
|
||||
'subscription_activation_error' => [
|
||||
'message' => '测试错误A',
|
||||
|
||||
@@ -84,7 +84,7 @@ class AdminPlatformOrderExportRefundInconsistentFilterTest extends TestCase
|
||||
'meta' => [
|
||||
'refund_summary' => [
|
||||
'count' => 1,
|
||||
'total_amount' => 10.00,
|
||||
'total_amount' => 10.01,
|
||||
],
|
||||
],
|
||||
]);
|
||||
@@ -110,7 +110,7 @@ class AdminPlatformOrderExportRefundInconsistentFilterTest extends TestCase
|
||||
'meta' => [
|
||||
'refund_summary' => [
|
||||
'count' => 1,
|
||||
'total_amount' => 10.00,
|
||||
'total_amount' => 10.01,
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
||||
@@ -87,9 +87,9 @@ class AdminPlatformOrderRefundInconsistentFilterTest extends TestCase
|
||||
'meta' => [
|
||||
'refund_summary' => [
|
||||
'count' => 1,
|
||||
'total_amount' => 10.00,
|
||||
'total_amount' => 10.01,
|
||||
'last_at' => now()->toDateTimeString(),
|
||||
'last_amount' => 10.00,
|
||||
'last_amount' => 10.01,
|
||||
'last_channel' => 'bank',
|
||||
],
|
||||
],
|
||||
@@ -116,9 +116,9 @@ class AdminPlatformOrderRefundInconsistentFilterTest extends TestCase
|
||||
'meta' => [
|
||||
'refund_summary' => [
|
||||
'count' => 1,
|
||||
'total_amount' => 10.00,
|
||||
'total_amount' => 10.01,
|
||||
'last_at' => now()->toDateTimeString(),
|
||||
'last_amount' => 10.00,
|
||||
'last_amount' => 10.01,
|
||||
'last_channel' => 'bank',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -57,7 +57,7 @@ class AdminPlatformOrderRefundInconsistentRowHintTest extends TestCase
|
||||
'meta' => [
|
||||
'refund_summary' => [
|
||||
'count' => 1,
|
||||
'total_amount' => 10.00,
|
||||
'total_amount' => 10.01,
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user