Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

International Pricing Android SDK Issue #717

Open
AbhishekDubey987 opened this issue Feb 3, 2022 · 1 comment
Open

International Pricing Android SDK Issue #717

AbhishekDubey987 opened this issue Feb 3, 2022 · 1 comment

Comments

@AbhishekDubey987
Copy link

I am implementing international pricing in our Shopify app and it's working fine everywhere but when i am creating checkout i don't know why it is not giving me the converted price can anyone help me in this ?

I am using latest shopify sdk version
implementation ('com.shopify.mobilebuysdk:buy3:12.0.0'){
exclude group: "com.shopify.graphql.support"
}

i am sending country code in mutation as you can see below

Storefront.MutationQuery {
var createcheckoutmutation: Storefront.MutationQuery? = null
createcheckoutmutation = Storefront.mutation(directive) { root ->
root

@AqeelAaqi
Copy link

hi sir,

actually am facing issues to show international pricing on products can you please help me
i am using sdk
//Shopify with GraphQL
implementation('com.shopify.mobilebuysdk:buy3:14.0.0')
{
exclude group: "com.shopify.graphql.support"
}

//

and issue you facing is resolved by adding input on checkout
input.setBuyerIdentity(new Storefront.CheckoutBuyerIdentityInput(Storefront.CountryCode.PK));
you can change according to you country then you can see the converted prices

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants