Loading src/Plugin/Commerce/PaymentGateway/ExpressCheckoutSubscriptions.php +1 −1 Original line number Diff line number Diff line Loading @@ -267,7 +267,7 @@ class ExpressCheckoutSubscriptions extends ExpressCheckout { } $payment_storage = $this->entityTypeManager->getStorage('commerce_payment'); $payment = $payment_storage->create([ 'state' => 'authorization', 'state' => 'completed', 'amount' => $order->getTotalPrice(), 'payment_gateway' => $this->entityId, 'order_id' => $order->id(), Loading Loading
src/Plugin/Commerce/PaymentGateway/ExpressCheckoutSubscriptions.php +1 −1 Original line number Diff line number Diff line Loading @@ -267,7 +267,7 @@ class ExpressCheckoutSubscriptions extends ExpressCheckout { } $payment_storage = $this->entityTypeManager->getStorage('commerce_payment'); $payment = $payment_storage->create([ 'state' => 'authorization', 'state' => 'completed', 'amount' => $order->getTotalPrice(), 'payment_gateway' => $this->entityId, 'order_id' => $order->id(), Loading