slince / shopify-api-php

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

Update AccessToken.php #72

Closed jeanvcastro closed 4 years ago

jeanvcastro commented 4 years ago

Shopify recently changed the format of the access token to something like: shppa_56b57f128d5r9de76jd953aa31a28d51. The underline is causing the Exception to be thrown.

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #72   +/-   ##
=========================================
  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...fb8b8f0. Read the comment docs.

slince commented 4 years ago

fixed