none USD plans

st3fan asked 5 years ago
Is there a possibility to create none USD price plans? It seems we can do nothing with enabling/disabling /currencies items because they do not affect subscription plans. How can I force all plans to be made into EUR instead of USD?
1 Answers
Best Answer
laraship Staff answered 5 years ago
Hello Stefan, Plans are made according to the admin currency. check our documentation for currency configuration https://www.laraship.com/docs/laraship/payment-modules/currency-configuration/  
public function getCurrencyAttribute()
{
$currency = \Payments::admin_currency_code();

return $currency;
}