Last active
January 14, 2022 18:10
-
-
Save milroyfraser/f0526968f6fd1a6ad09bfdbf5f3d232a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<x-pay-here-checkout-form | |
:payable="$payment" | |
success-url="{{ route('checkout.success') }}" | |
cancelled-url="{{ route('checkout.cancelled') }}" | |
form-class="bg-white rounded w-full shadow-sm px-6 pt-2" | |
> | |
<!-- form controllers --> | |
</x-pay-here-checkout-form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment