mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-07 10:01:47 -04:00
Remove comment
This commit is contained in:
parent
d7577b001c
commit
8217065f6c
@ -51,7 +51,6 @@ class CreditCard
|
|||||||
*/
|
*/
|
||||||
public function paymentResponse(PaymentResponseRequest $request)
|
public function paymentResponse(PaymentResponseRequest $request)
|
||||||
{
|
{
|
||||||
// TODO: Unit tests.
|
|
||||||
$amount = $this->mollie->convertToMollieAmount((float) $this->mollie->payment_hash->data->amount_with_fee);
|
$amount = $this->mollie->convertToMollieAmount((float) $this->mollie->payment_hash->data->amount_with_fee);
|
||||||
|
|
||||||
$this->mollie->payment_hash
|
$this->mollie->payment_hash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user