Skip to content

Commit

Permalink
Update cashier-paddle.md
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Aug 25, 2020
1 parent 197cbb3 commit f0fa7bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cashier-paddle.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ Therefore, when displaying subscriptions you should always inform the user which
$subscription = $user->subscription('default');

$customerEmailAddress = $subscription->paddleEmail();
$paymentMethod = $subscription->paymentMethod();
$cardBrand = $subscription->cardBrand();
$cardLastFour = $subscription->cardLastFour();
$cardExpirationDate = $subscription->cardExpirationDate();
Expand Down

0 comments on commit f0fa7bb

Please sign in to comment.