Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send order confirmation mail after store payment received #2956

Merged
merged 9 commits into from Apr 12, 2018

Conversation

notbakaneko
Copy link
Collaborator

fixes #2895

return $this->text(i18n_view('emails.store.payment_completed'))
->with($this->params)
->from('osustore@ppy.sh', 'osu!store team')
->subject('We received your osu!store order!');

This comment was marked as off-topic.

@endforeach
@if ($order->requiresShipping())

We have received your payment and are preparing your order for shipping. It may take a few days for us to send it out, depending on the quantity of orders. You can follow the progress of your order at {{ route('store.invoice.show', $order) }}, including tracking details where available.

This comment was marked as off-topic.

{{ $item->quantity }} x {{ $item->getDisplayName() }} ({{ currency($item->subtotal()) }})
@endforeach
@if ($order->requiresShipping())

This comment was marked as off-topic.

@@ -119,6 +122,17 @@ public function scopeWherePaymentTransactionId($query, $transactionId, $provider
->where('cancelled', false));
}

public function dispatchMail()

This comment was marked as off-topic.

{{ $item->quantity }} x {{ $item->getDisplayName() }} ({{ currency($item->subtotal()) }})
@endforeach

@if ($order->shipping)

This comment was marked as off-topic.

@nanaya nanaya merged commit 196e2e6 into ppy:master Apr 12, 2018
@notbakaneko notbakaneko deleted the feature/store/confirmation-mail branch June 29, 2018 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No confirmation email is sent on store purchase
3 participants