Kyon147 / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
331 stars 98 forks source link

Urgent : Is it possible to pay in euros? #276

Closed secureweb16 closed 4 months ago

secureweb16 commented 4 months ago

Hello @Kyon147 @gnikyt @michaellehmkuhl @ericnkatz @joelvh @onurkose @Jamesking56

Could please let me know is possible to pass the EUR currency, I tried to find the details on Google but I'm still not found anything. There is some API that this possible to pass the currency parameter but I'm using the below method for recurring payment.

Attachment: https://prnt.sc/HQukqMDUtpBK

<a href="{{ route('billing', ['plan' => 1, 'shop' => Auth::user()->name,'host' => app('request')->input('host') ]) }}" class="priceplanbutton standard_plans btn btn-dark" plan_id="">Buy </a>

Jamesking56 commented 4 months ago

I don't think this package decides currency, I think that is configured via Shopify or your Laravel app

Kyon147 commented 4 months ago

Shopify subscription is always in US as that is what they trade in. There is no way to change it.

secureweb16 commented 4 months ago

@Kyon147 @Jamesking56

Ok, Thank you