We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37f7a1 commit 5c6863cCopy full SHA for 5c6863c
tests/Unit/TagsTest.php
@@ -24,7 +24,7 @@ public function outputs_shopify_tokens()
24
config()->set('shopify.storefront_token', '1234');
25
26
$this->assertEquals(str_replace(["\r", "\n"], '', "<script>
27
-window.shopifyConfig = { url: 'abcd', token: '1234', apiVersion: '2024-07' };
+window.shopifyConfig = { url: 'abcd', token: '1234', apiVersion: '2025-04' };
28
</script>"),
29
str_replace(["\r", "\n"], '', $this->tag('{{ shopify:tokens }}'))
30
);
0 commit comments