Skip to content
Snippets Groups Projects
Commit 2d82aeeb authored by Florian Sesser's avatar Florian Sesser
Browse files

Merge branch '131.product-description' into 'develop'

Fix the payment link creation script

Closes #131

See merge request !370
parents ed7fe638 2029bc5e
No related branches found
No related tags found
2 merge requests!372update production,!370Fix the payment link creation script
Pipeline #2842 passed
...@@ -11,8 +11,8 @@ shift ...@@ -11,8 +11,8 @@ shift
PRODUCT_ID=$( PRODUCT_ID=$(
curl https://api.stripe.com/v1/products \ curl https://api.stripe.com/v1/products \
-u "${KEY}:" \ -u "${KEY}:" \
-d "name=30 GiB-months" \ -d "name=30 GB-months" \
-d "description=30 GiB-months of Private.Storage storage × time" \ -d "description=30 GB-months of Private.Storage storage × time" \
-d "statement_descriptor=PRIVATE STORAGE" \ -d "statement_descriptor=PRIVATE STORAGE" \
-d "url=https://${DOMAIN}/" | -d "url=https://${DOMAIN}/" |
jp --unquoted id jp --unquoted id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment