We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d425593 commit 0771c08Copy full SHA for 0771c08
src/Http/Requests/RecordStripeEvent.php
@@ -79,6 +79,7 @@ private function recordCharge(array $transaction, $user)
79
80
private function recordSubscription(array $transaction, $user, array $originalValues = [])
81
{
82
+ $profileData = [];
83
$trackingData = [];
84
$planStatus = array_key_exists('status', $transaction) ? $transaction['status'] : null;
85
$planName = isset($transaction['plan']['name']) ? $transaction['plan']['name'] : null;
0 commit comments