diff --git a/lib/Card.php b/lib/Card.php index 88552ce19..1a18fc5af 100644 --- a/lib/Card.php +++ b/lib/Card.php @@ -82,7 +82,7 @@ public static function retrieve($_id, $_opts = null) { $msg = "Cards cannot be accessed without a customer, recipient or account ID. " . "Retrieve a card using \$customer->sources->retrieve('card_id'), " . - "\$recipient->cards->retrieve('card_id'), or"; + "\$recipient->cards->retrieve('card_id'), or " . "\$account->external_accounts->retrieve('card_id') instead."; throw new Error\InvalidRequest($msg, null); }