slince / shopify-api-php

:rocket: Shopify API Client for PHP
MIT License
128 stars 47 forks source link

new token format #70

Closed schevgeny closed 4 years ago

schevgeny commented 4 years ago

The length of newly generated Shopify access tokens will increase from 32 to 38 characters, adding a static prefix of shpat (for public apps), shpca (for custom apps), or shppa_ (for legacy private apps). This change will take effect on April 1st, and will impact all access tokens generated after this date.

codecov[bot] commented 4 years ago

Codecov Report

Merging #70 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #70   +/-   ##
=========================================
  Coverage     88.27%   88.27%           
  Complexity     1386     1386           
=========================================
  Files           100      100           
  Lines          3402     3402           
=========================================
  Hits           3003     3003           
  Misses          399      399
Impacted Files Coverage Δ Complexity Δ
src/AccessToken.php 100% <100%> (ø) 3 <0> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 224ed89...761009a. Read the comment docs.