mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Support Alipay redirect back variable
This commit is contained in:
parent
24a3cc36fc
commit
6e31505ca5
@ -49,6 +49,7 @@ class Alipay
|
|||||||
'hashed_ids' => implode(",", $data['hashed_ids']),
|
'hashed_ids' => implode(",", $data['hashed_ids']),
|
||||||
'amount' => $data['amount'],
|
'amount' => $data['amount'],
|
||||||
'fee' => $data['fee'],
|
'fee' => $data['fee'],
|
||||||
|
'payment_method_id' => GatewayType::SOFORT,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user