Skip to content

Commit

Permalink
removed price
Browse files Browse the repository at this point in the history
  • Loading branch information
cad0p committed Apr 27, 2021
1 parent 8c17fce commit b923ec0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 74,15 @@
<!-- Load Stripe.js on your website. -->
<script src="https://js.stripe.com/v3"></script>

<br><br><br><br><br><br>

<!-- Quota Associativa -->
<button
style="background-color:#6772E5;color:#FFF;padding:8px 12px;border:0;border-radius:4px;font-size:1em"
id="checkout-button-<?php echo $memberPlan ?>"
role="link"
>
Paga Quota Associativa Annuale EMS <?php echo ucwords($loc) ?> (15€)
Paga Quota Associativa Annuale EMS <?php echo ucwords($loc) ?>
</button>


Expand Down

0 comments on commit b923ec0

Please sign in to comment.