| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
I have signed the CLA! |
Sorry, something went wrong.
|
Hi @rafaelstz I invited you to my repository to you have "write access", please review, thank you |
Sorry, something went wrong.
|
Hi @jonaswebdev, I'm not part of the Shopify team, so I won't be able to approve it. |
Sorry, something went wrong.
shopify-api-php v5.1.0 updates
| Back | FazBrowse Home | New Git URL |
WHY are these changes introduced?
Shopify issues an incomplete token/JWT payload from Checkout::PostPurchase::ShouldRender & Checkout::PostPurchase::Render methods on the Post-Purchase Extension.
The "dest" attribute is missing on the JWT payload and should contain the shop domain, so it throws an exception on the Get Current Session ID on the OAuth Process (Class: Shopify\Auth\OAuth, Method: getCurrentSessionId).
I related more details here.
WHAT is this pull request doing?
Workaround to get the shop domain from "input_data" attribute from JWT.
Type of change
Checklist