fix: use private helcimApiToken for all server-side Helcim API calls
This commit is contained in:
parent
ccd1d0783a
commit
d31b5b4dac
53 changed files with 1755 additions and 572 deletions
|
|
@ -127,7 +127,7 @@
|
|||
<div v-else-if="memberData && !canRSVP" class="dashed-box">
|
||||
<div class="box-title">Registration</div>
|
||||
<p class="reg-status" style="color: var(--ember);">{{ statusConfig.label }}</p>
|
||||
<p class="reg-price">{{ getRSVPMessage }}</p>
|
||||
<p class="reg-price">{{ getRSVPMessage() }}</p>
|
||||
<NuxtLink v-if="isPendingPayment" to="#" @click.prevent="completePayment">
|
||||
<button class="btn btn-primary" :disabled="isProcessingPayment">
|
||||
{{ isProcessingPayment ? 'Processing...' : 'Complete Payment' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue