expressCart/views/partials/payments/paypal.hbs

3 lines
199 B
Handlebars
Raw Normal View History

<div class="paypal_button col-sm-12 text-center">
2020-02-01 16:59:30 +10:00
<button id="checkout_paypal" class="btn btn-outline-success waves-effect waves-light blue darken-3" type="submit">Pay with PayPal</button>
2018-01-24 04:52:45 +10:00
</div>