Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: check both api vers
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jul 7, 2020
1 parent 56029b1 commit 2775650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/shipment-invoicing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { getServiceStatusByResource } from './shared'
* The first API version is what's written in the docs directory name
* but the second one is what's used in the request examples
*/
// const SHIPMENT_INVOICING_API_VERSION = '2018-11-01'
const SHIPMENT_INVOICING_API_VERSION = '2018-09-01'
const SHIPMENT_INVOICING_API_VERSION = '2018-11-01'
// const SHIPMENT_INVOICING_API_VERSION = '2018-09-01'
export class ShipmentInvoicing {
constructor(private httpClient: HttpClient) {}

Expand Down

0 comments on commit 2775650

Please sign in to comment.