Skip to content

Commit

Permalink
Remove unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
anchaj committed Sep 27, 2020
1 parent db625a1 commit 63aed3f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions api/jsonapi_data_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,17 +301,17 @@ const inventoryUpdateJSON = `[{

const bulkUpdateCurrencyJSON = ` { "currencies":["ZEC", "BTC", "BCH", "LTC"] }`

////
//// Bulk Update Terms and Conditions
////
//
// Bulk Update Terms and Conditions
//const bulkUpdateTermsJSON = ` { "termsAndConditions":"NEW TERMS" }`
//

const bulkUpdateTermsJSON = ` { "termsAndConditions":"NEW TERMS" }`

////
//// Bulk Update Return Policy
////
//
// Bulk Update Return Policy
//

const bulkUpdateReturnPolicyJSON = ` { "returnPolicy":"NEW RETURN POLICY" }`
//const bulkUpdateReturnPolicyJSON = ` { "returnPolicy":"NEW RETURN POLICY" }`

//
// Moderation
Expand Down

0 comments on commit 63aed3f

Please sign in to comment.