Skip to content

Commit

Permalink
Merge pull request #315 from AcclaroInc/task/iso_mapping_from_new_acc…
Browse files Browse the repository at this point in the history
…larocraft_server

task: added new token and url for iso mapping
  • Loading branch information
sidedwards authored Mar 7, 2022
2 parents 03a3453 + 988d9a1 commit 618ec96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ class Constants
];

// Craft Graphql data
const GRAPHQL_API_BASE_URI = 'https://acclarocraft3.com/api';
const GRAPHQL_ISO_MAPPING_TOKEN = 'G3LIVghEQhBwZEqDSaXYgTB6STSHDiqs';
const GRAPHQL_API_BASE_URI = 'https://acclarocraft.com/api';
const GRAPHQL_ISO_MAPPING_TOKEN = '6LBN7WdtRFHLAAgVv4G8LA3ifp63SgXm';
const GRAPHQL_ISO_MAPPING_QUERY = 'query MyQuery {
entry(slug: "translations-plugin-iso-mapping") {
dateUpdated @formatDateTime (format: "Y-m-d H:m:s")
Expand Down

0 comments on commit 618ec96

Please sign in to comment.