usesCurrency() public static method

Get the currency currently in use.
public static usesCurrency ( ) : string
return string
Esempio n. 1
0
 /**
  * Get the Stripe supported currency used by the entity.
  *
  * @return string
  */
 public function preferredCurrency()
 {
     return Cashier::usesCurrency();
 }