mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes for bank transfer - Stripe
This commit is contained in:
parent
ed6575b5aa
commit
d55e41b772
@ -106,8 +106,7 @@ class BankTransfer
|
|||||||
/**
|
/**
|
||||||
* paymentResponse
|
* paymentResponse
|
||||||
*
|
*
|
||||||
* @param mixed $request
|
* @param PaymentResponseRequest $request
|
||||||
* @return void
|
|
||||||
*/
|
*/
|
||||||
public function paymentResponse(PaymentResponseRequest $request)
|
public function paymentResponse(PaymentResponseRequest $request)
|
||||||
{
|
{
|
||||||
|
@ -2,4 +2,6 @@
|
|||||||
|
|
||||||
@section('meta_title', ctrans('texts.bank_transfer'))
|
@section('meta_title', ctrans('texts.bank_transfer'))
|
||||||
|
|
||||||
|
@section('body')
|
||||||
@include('portal.ninja2020.gateways.stripe.bank_transfer.bank_details')
|
@include('portal.ninja2020.gateways.stripe.bank_transfer.bank_details')
|
||||||
|
@endsection
|
Loading…
x
Reference in New Issue
Block a user