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

Commit

Permalink
fix: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jun 30, 2020
1 parent c21baa7 commit 49c4859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/merchant-fulfillment.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { HttpClient, Resource } from '../http'
import { getServiceStatusByResource } from './shared'

const MERCHANT_FULFILLMENT_API_VERSION = '2011-07-01'
const MERCHANT_FULFILLMENT_API_VERSION = '2015-06-01'

export class MerchantFulfillment {
constructor(private httpClient: HttpClient) {}
Expand Down

0 comments on commit 49c4859

Please sign in to comment.