{##
 # Fastlane checkout payment section
 #}

<div is='payment-section' inline-template class="checkout_fastlane_section checkout_fastlane_section--payment" next-label="{{ this.getPlaceOrderLabel() }}">
	{{ this.displayCommentedData(this.getCommentedData()) }}
	<h1 class="checkout_fastlane_section_heading">{{ t('Payment') }}</h1>
	<div class="checkout_fastlane_section-content">
		{{ widget_list('checkout_fastlane.sections.payment') }}
	</div>
	<div class="clearfix"></div>
	{{ widget_list('checkout_fastlane.sections.payment.after') }}
</div>
