fork download
  1. <?php
  2.  
  3. // your code goes here
  4.  
  5. if (empty($transaction->from_credit_card->last4)) echo "EMPTY";
Success #stdin #stdout 0.02s 24228KB
stdin
Standard input is empty
stdout
EMPTY