Skip to content

Instantly share code, notes, and snippets.

@KyleT-bone
Created October 18, 2023 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KyleT-bone/b0be491f1adb2e51fdedc593adc6a028 to your computer and use it in GitHub Desktop.
Save KyleT-bone/b0be491f1adb2e51fdedc593adc6a028 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<ItemRepository>
<baseUrl>gs://firstdlctest.appspot.com/images/</baseUrl>
<assets>
<asset>
<id>100</id>
<name>Diamond Package</name>
<desc>80 Diamonds</desc>
<image>80Diamonds</image>
<prices>
<price>
<currency>euro</currency>
<symbol>€</symbol>
<amount>4.99</amount>
</price>
<price>
<currency>dollar</currency>
<symbol>$</symbol>
<amount>4.99</amount>
</price>
<price>
<currency>sterling</currency>
<symbol>£</symbol>
<amount>3.99</amount>
</price>
</prices>
</asset>
<asset>
<id>101</id>
<name>Diamond Package</name>
<desc>200 Diamonds</desc>
<image>200Diamonds</image>
<prices>
<price>
<currency>euro</currency>
<symbol>€</symbol>
<amount>9.99</amount>
</price>
<price>
<currency>dollar</currency>
<symbol>$</symbol>
<amount>9.99</amount>
</price>
<price>
<currency>sterling</currency>
<symbol>£</symbol>
<amount>8.99</amount>
</price>
</prices>
</asset>
<asset>
<id>102</id>
<name>Diamond Package</name>
<desc>500 Diamonds</desc>
<image>500Diamonds</image>
<prices>
<price>
<currency>euro</currency>
<symbol>€</symbol>
<amount>19.99</amount>
</price>
<price>
<currency>dollar</currency>
<symbol>$</symbol>
<amount>19.99</amount>
</price>
<price>
<currency>sterling</currency>
<symbol>£</symbol>
<amount>18.99</amount>
</price>
</prices>
</asset>
<asset>
<id>102</id>
<name>Diamond Package</name>
<desc>800 Diamonds</desc>
<image>800Or1000Diamonds</image>
<prices>
<price>
<currency>euro</currency>
<symbol>€</symbol>
<amount>29.99</amount>
</price>
<price>
<currency>dollar</currency>
<symbol>$</symbol>
<amount>29.99</amount>
</price>
<price>
<currency>sterling</currency>
<symbol>£</symbol>
<amount>28.99</amount>
</price>
</prices>
</asset>
<asset>
<id>103</id>
<name>Diamond Package</name>
<desc>1000 Diamonds</desc>
<image>800Or1000Diamonds</image>
<prices>
<price>
<currency>euro</currency>
<symbol>€</symbol>
<amount>39.99</amount>
</price>
<price>
<currency>dollar</currency>
<symbol>$</symbol>
<amount>39.99</amount>
</price>
<price>
<currency>sterling</currency>
<symbol>£</symbol>
<amount>38.99</amount>
</price>
</prices>
</asset>
<asset>
<id>104</id>
<name>Diamond Package</name>
<desc>1500 Diamonds</desc>
<image>1500Diamonds</image>
<prices>
<price>
<currency>euro</currency>
<symbol>€</symbol>
<amount>49.99</amount>
</price>
<price>
<currency>dollar</currency>
<symbol>$</symbol>
<amount>49.99</amount>
</price>
<price>
<currency>sterling</currency>
<symbol>£</symbol>
<amount>48.99</amount>
</price>
</prices>
</asset>
<asset>
<id>105</id>
<name>Diamond Package</name>
<desc>2000 Diamonds</desc>
<image>2000Diamonds</image>
<prices>
<price>
<currency>euro</currency>
<symbol>€</symbol>
<amount>59.99</amount>
</price>
<price>
<currency>dollar</currency>
<symbol>$</symbol>
<amount>59.99</amount>
</price>
<price>
<currency>sterling</currency>
<symbol>£</symbol>
<amount>58.99</amount>
</price>
</prices>
</asset>
<asset>
<id>105</id>
<name>Diamond Package</name>
<desc>2000 Diamonds</desc>
<image>2000Diamonds</image>
<prices>
<price>
<currency>euro</currency>
<symbol>€</symbol>
<amount>59.99</amount>
</price>
<price>
<currency>dollar</currency>
<symbol>$</symbol>
<amount>59.99</amount>
</price>
<price>
<currency>sterling</currency>
<symbol>£</symbol>
<amount>58.99</amount>
</price>
</prices>
</asset>
</assets>
</ItemRepository>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment