You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/Services/OrdersService.php
+5-19Lines changed: 5 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -752,20 +752,6 @@ public function makeOrderSinglePayment( $payment, Order $order )
752
752
if ( $paymentToday->count() === 0 ) {
753
753
thrownewNotFoundException( __( 'No payment is expected at the moment. If the customer want to pay early, consider adjusting instalment payments date.' ) );
754
754
}
755
-
756
-
/**
757
-
* @todo don't think this restriction is actually necessary.
// __( 'The provided payment doesn\'t match the expected payment : %s. If the customer want to pay a different amount, consider adjusting the instalment amount.' ),
0 commit comments