README.md in adyen-admin-0.0.7 vs README.md in adyen-admin-0.0.8
- old
+ new
@@ -27,9 +27,17 @@
zip_file = skin.download # get zip file
skin.decompile(zip_file) # unzip file and move to skin path, backup + overwrite existing files
+zip_file = skin.compile # unzip file and move to skin path, backup + overwrite existing files
+
+skin.upload(zip_file)
+
+skin.update # to get latest version
+
+skin.test_url # a URL which you can use to 'live' test you skin
+
```
### Skins
Then Skin object represent an adyen skin is mapped to local folder, to a remote endpoint or both. Local only skins are `froozen` to indicate the missing endpoint.