This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/phplib/EtsyModel/ShopListing.php b/phplib/EtsyModel/ShopListing.php | |
| index b97aa0fd1f70..49111b0fff23 100644 | |
| --- a/phplib/EtsyModel/ShopListing.php | |
| +++ b/phplib/EtsyModel/ShopListing.php | |
| @@ -6370,20 +6370,24 @@ public function putTranslationContent(Translation_Machine_Content $content, $sto | |
| if ($content->getVersion() != self::TRANSLATION_CONTENT_VERSION) { | |
| throw new InvalidArgumentException('$content must have version: ' . | |
| self::TRANSLATION_CONTENT_VERSION); | |
| } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| asdfasdfa | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| asdf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| aws route53 list-hosted-zones | jq -r '.HostedZones[].Name' | while read -r line; do echo "$line"; echo; echo; dig @8.8.8.8 +short ns "$line"; echo "-------------"; done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| $IP_ADDRESS= | |
| $DOMAIN_NAME= | |
| openssl s_client -showcerts -connect $IP_ADDRESS:443 -servername $DOMAIN_NAME |