No content to show
User Activity
03-18-2024
私たちが開発しているアプリでは、アプリにアクセスした際にsigninチェックを行っています。signinの整合性チェックには、shopify-tokenパッケージの shopifyToken.verifyHmac(query) を使用しています。 api/signinif (!shopifyToken.verifyHmac(request.query)) {
response.status(400).send('Invalid hmac parameter');
return;
}Shopi...
I received a response that it was a bug.It seems to be resolved now.
// "@shopify/app-bridge": "3.7.10"
import { Redirect, Toast } from '@shopify/app-bridge/actions';
// goto https://admin.shopify.com/store/{store}/settings/apps
Redirect.create(app).dispatch(Redirect.Action.ADMIN_PATH, '/apps'); We have implemente...
I have a question that I'd like to confirm. Regarding the announcement in the Developer changelog about the mandatory support for "IPv6 Support on Storefront Domain," could someone please provide clarification? My understanding is that with this upda...
A contract was created using subscriptionContractCreate Mutation.The phone number entered in shippingPhoneNumber was converted to an international phone number on Shopify.I don't want to convert it to an international phone number, Is there a way to ...
I'm developing a subscription app.I set a Selling Plan on a product from my storefront and checked out.Normally, a SubscriptionContract would be created on the Shopify side, but there were some cases where it was not created.When I checked the order ...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
301 | 03-14-2024 04:00 AM |