Example #1
0
 /**
  * Get the Stripe supported currency used by the entity.
  *
  * @return string
  */
 public function preferredCurrency()
 {
     return Cashier::usesCurrency();
 }