Updated checkout to wait for backend confirmation before advancing, added a “Processing payment…” state with retry/ refresh fallback, and now use Paddle totals/currency for purchase records + confirmation emails (with new email translations).
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<body>
|
||||
<h1>{{ __('emails.purchase.greeting', ['name' => $user->fullName]) }}</h1>
|
||||
<p>{{ __('emails.purchase.package', ['package' => $packageName]) }}</p>
|
||||
<p>{{ __('emails.purchase.price', ['price' => $purchase->price]) }}</p>
|
||||
<p>{{ __('emails.purchase.price', ['price' => $priceFormatted]) }}</p>
|
||||
<p>{{ __('emails.purchase.activation') }}</p>
|
||||
<p>{!! __('emails.purchase.footer') !!}</p>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user