Skip to content

Commit

Permalink
stripe spl
Browse files Browse the repository at this point in the history
  • Loading branch information
TMuthulakshmi committed Jan 3, 2023
1 parent 5638194 commit d82540d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Views/site/myaccount/accountinfo/index.php
Expand Up @@ -26,7 +26,7 @@
<?php if(isset($stripeaccountid) && $stripeaccountid!=''){ ?>
<a href="javascript:void(0);" class="btn btn-primary mt-1">Connected</a>
<?php }else{ ?>
<a href="<?php echo base_url('myaccount/stripeconnect'); ?>" class="btn btn-primary mt-1">Connect with stripe</a>
<a href="<?php echo base_url('myaccount/stripeconnect'); ?>" class="btn btn-primary mt-1">Connect with Stripe</a>
<?php } ?>
</div>
<?php } ?>
Expand Down

0 comments on commit d82540d

Please sign in to comment.