Support Alipay redirect back variable

This commit is contained in:
Benjamin Beganović 2020-06-24 17:30:30 +02:00
parent 24a3cc36fc
commit 6e31505ca5

View File

@ -49,6 +49,7 @@ class Alipay
'hashed_ids' => implode(",", $data['hashed_ids']),
'amount' => $data['amount'],
'fee' => $data['fee'],
'payment_method_id' => GatewayType::SOFORT,
]);
}