|
|
@@ -38,6 +38,7 @@ class PaymentReplayProcessor implements ProcessorInterface
|
|
|
$order = $result['order'];
|
|
|
|
|
|
return (object) [
|
|
|
+ 'id' => (int) $order->id,
|
|
|
'success' => true,
|
|
|
'message' => __('bagistoapi::app.graphql.payment.replayed'),
|
|
|
'orderId' => (string) $order->id,
|