Skip to content

Instantly share code, notes, and snippets.

@AleksIralda
Last active October 27, 2023 11:53
Show Gist options
  • Save AleksIralda/4d3dfc97f10c0b507491a0e4752d3765 to your computer and use it in GitHub Desktop.
Save AleksIralda/4d3dfc97f10c0b507491a0e4752d3765 to your computer and use it in GitHub Desktop.
Adding classes for Luxe Checkout Add-on Compatibility for PayStack Payment Module located on modules/Paystack/Resources/views/button.blade.php
<div class="text-center payment_form_submiter" id="paystack-payment-form" style="display: {{ config('settings.default_payment')=="paystack"?"block":"none"}};" >
<button
v-if="totalPrice"
type="submit"
class="button full-button d-flex align-items-center justify-content-center uppercase paymentbutton"
onclick="this.disabled=true;this.form.submit();"
>{{ __('Place order') }}</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment