Move Expense block for Stripe after intent

This commit is contained in:
johnnyq
2026-07-22 16:16:40 -04:00
parent 66b38b7f19
commit f4b1b6585b
2 changed files with 14 additions and 14 deletions

View File

@@ -19,4 +19,4 @@ function getStripeGatewayFee($payment_intent)
'fee' => round($bt->fee / 100, 2),
'currency' => strtoupper($bt->currency),
];
}
}