File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11"use strict" ;
22
3- const STRIPE_PREPARE_PAYMENT_URL = API_BASE_URL + '/billing /stripe/payments/prepare' ;
3+ const STRIPE_PREPARE_PAYMENT_URL = API_BASE_URL + '/donations /stripe/payments/prepare' ;
44
55class OneTimePayment {
66
Original file line number Diff line number Diff line change 11"use strict" ;
22
3- const REQUEST_CUSTOMER_PORTAL_URL = API_BASE_URL + '/billing /stripe/portal/request-link' ;
3+ const REQUEST_CUSTOMER_PORTAL_URL = API_BASE_URL + '/donations /stripe/portal/request-link' ;
44
55class CustomerPortal {
66
Original file line number Diff line number Diff line change 4848 {{ i18n "donate_creditcard_once_paynow" }}
4949 </ button >
5050
51- {{ $captchaUrl := printf "%s/billing /stripe/payments/challenge" .Site.Params.apiBaseUrl }}
51+ {{ $captchaUrl := printf "%s/donations /stripe/payments/challenge" .Site.Params.apiBaseUrl }}
5252 {{ partial "captcha.html" (dict "challengeUrl" $captchaUrl "captchaPayload" "oneTimePaymentStatus.captcha" "captchaState" "captchaState") }}
5353
5454 < p class ="text-sm text-red-600 mt-2 " x-text ="oneTimePaymentStatus.errorMessage "> </ p >
You can’t perform that action at this time.
0 commit comments