From 9f8a5c589cf7d9a456649d641501d5da72da24ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B9=B3=E6=B6=9B=20=E5=8D=A2?= Date: Wed, 31 Mar 2021 15:53:47 +0800 Subject: [PATCH] add payment dispute #4 --- dispute.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dispute.go b/dispute.go index 42fff0af..8e434cb4 100644 --- a/dispute.go +++ b/dispute.go @@ -5,7 +5,7 @@ import ( "time" ) -const disputeBasePath = "shopyfi_payments/disputes" +const disputeBasePath = "shopify_payments/disputes" // const disputeResourceName = "shopyfi_payments"