mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
documentation for Mollie
This commit is contained in:
parent
530209ee52
commit
dda2f3ab8e
@ -316,6 +316,10 @@ class MolliePaymentDriver extends BaseDriver
|
||||
nlog($payment);
|
||||
|
||||
$client = Client::withTrashed()->find($this->decodePrimaryKey($payment->metadata->client_id));
|
||||
|
||||
// sometimes if the user is not returned to the site with a response from Mollie
|
||||
// we may not have a payment record - in these cases we need to re-construct the payment
|
||||
// record from the meta data in the payment hash.
|
||||
}
|
||||
|
||||
$message = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user