From 2029bc5e7e1a465fde997930f6862312439aa263 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 7 Nov 2022 10:15:56 -0500 Subject: [PATCH] The package is in gigabytes (not gibibytes) --- admin/create-payment-link.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/create-payment-link.sh b/admin/create-payment-link.sh index 394bda70..d63ed9cb 100644 --- a/admin/create-payment-link.sh +++ b/admin/create-payment-link.sh @@ -11,8 +11,8 @@ shift PRODUCT_ID=$( curl https://api.stripe.com/v1/products \ -u "${KEY}:" \ - -d "name=30 GiB-months" \ - -d "description=30 GiB-months of Private.Storage storage × time" \ + -d "name=30 GB-months" \ + -d "description=30 GB-months of Private.Storage storage × time" \ -d "statement_descriptor=PRIVATE STORAGE" \ -d "url=https://${DOMAIN}/" | jp --unquoted id -- GitLab