6 lines
136 B
PHP
6 lines
136 B
PHP
@if (Spark::billsUsingStripe())
|
|
@include('spark::auth.register-stripe')
|
|
@else
|
|
@include('spark::auth.register-braintree')
|
|
@endif
|