View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007661 | module PayPal Checkout | module PayPal checkout - sub | public | 2024-06-05 13:19 | 2024-08-15 20:05 |
Reporter | d3 | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | reopened | ||
Fixed in Version | 1.3.9 | ||||
Summary | 0007661: Error in the order process the total value did not match the total of the items and shipping cost of the order | ||||
Description | Error Message: "Die von Ihnen gewählte Versandart ist nicht mehr verfügbar. Bitte wählen Sie eine andere Versandart aus!" Shop: 6.2.5 PHP: 7.4 PayPal Checkout: v1.3.8 | ||||
Steps To Reproduce | 1. Put article in basket 2. Basket -> Paypal-Express button 3. Login to Paypal 4. Continue to check the order -> Step 4 (cl=order) 5. Add one more article to basket and go again to step 4 5. Order Now ( Zahlungspflichtig bestellen ) => Here, after something is synchronized in the background, the error occurs Return to BS3 and report the error "The shipping method you selected isn't available any more. Please choose another one!" | ||||
Additional Information | - es - /v2/checkout/orders returned the status: 422 I got this error message because the total value of the order I created did not match the total of the items and shipping cost of the order when I add an item to the cart again in order step 4. Here a new authorization must be made when changing the shopping cart | ||||
Tags | Checkout, oxid, PayPal | ||||
|
In Paypal checkout modul v1.3.7 there is an error in oxid-solution-catalysts/paypal-client wich is fixed in PPC version 1.3.8. Please install and check again: composer require oxid-solution-catalysts/paypal-module:v1.3.8 Please also check: composer show oxid-solution-catalysts/paypal-client -> versions : * v1.0.10 composer show oxid-solution-catalysts/paypal-module -> versions : * v1.3.8 |
|
Hello, unfortunately there's no change after the update. ( see image ) I updated the packages and still get the error. Also, the error is not the additional " , ", since I do not get a 'maintenance mode error'. Which would be the result, if PHP occours such situation. |
|
Ticket#124986 reproducable on https://t4.oxid.academy/ (OXID eShop 6.2.5, PHP 7.4, PPCv1.3.7) |