Commit graph

6 commits

Author SHA1 Message Date
Oliver Davies 2ba89e1c6a Make the Client parameter optional for requests
Make the Client parameter optional when creating auth token, customer or
order requests, and create a new Client instance within the abstract
request if one isn't passed in.
2020-06-05 21:04:17 +01:00
Oliver Davies 7162438837 Extract a base test case, move mock config 2020-05-30 13:40:52 +01:00
Oliver Davies 79c4d9e5fd Fix typo in test 2020-05-30 13:29:20 +01:00
Oliver Davies b042256e45 Declare strict types in existing files 2020-05-30 03:18:43 +01:00
Oliver Davies 3b8b8995f4 Fix class name 2020-05-30 03:08:48 +01:00
Oliver Davies 352ef9d14f Add the auth token request
References #1
2020-05-30 03:04:29 +01:00