This commit is contained in:
2024-10-30 17:04:07 +05:00
parent 91e54424f2
commit b76999143d

View File

@@ -153,6 +153,10 @@ class MakeSberPaymentAction extends Action
]; ];
} }
info([
$paymentResponse->body()
]);
OnlinePaymentHistory::create([ OnlinePaymentHistory::create([
'online_paymantable_id' => $resource->id, 'online_paymantable_id' => $resource->id,
'online_paymantable_type' => SberPaymentOrder::class, 'online_paymantable_type' => SberPaymentOrder::class,