wip
This commit is contained in:
@@ -194,6 +194,8 @@ class OnlinePaymentRepo
|
||||
]);
|
||||
} else {
|
||||
$paymentHistory->update([
|
||||
'payer_name' => array_key_exists('cardholderName', $response) ? $response['cardholderName'] : '-',
|
||||
'payer_card' => array_key_exists('Pan', $response) ? $response['Pan'] : '-',
|
||||
'paymentStatus' => OnlinePaymentRepo::FAILED,
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user