treagod / spectator

Client to test web endpoints
https://treagod.github.io/spectator/
GNU General Public License v3.0
77 stars 6 forks source link

Add your stripe key to appdata #75

Closed danirabbit closed 2 years ago

danirabbit commented 3 years ago

In the new version of AppCenter Dashboard, we're no longer modifying your appdata before publishing, so you'll need to add your stripe key to appdata.xml to continue to monetize your app in elementary OS 6

For your convenience, your public stripe key is: <value key="x-appcenter-stripe">pk_live_jDRKjcQ9mEOoQNMQlsSObXLA</value>

treagod commented 3 years ago

Thanks for the reminder,

just one queston: where is this key from? My stripe dashboard shows me a different publishable key

danirabbit commented 3 years ago

Hey sorry for taking a while to reply here! Things got lost in all my notifications >.<

This key is one we generate for your app based on our stripe store. This way the key is only good for your specific app on AppCenter and can't be abused. It should be different from your public key in your stripe dashboard

treagod commented 3 years ago

Well then it's already done :) I added it with 9e33d4d

danirabbit commented 3 years ago

Great! It looks like you need to update your screenshots and then make a new release and we can get Spectator published in OS 6 :)

Suzie97 commented 2 years ago

@treagod since the app is ready to be published, why not make a new release and publish to appcenter?