- Issue created by @DamienMcKenna
- ๐ต๐ฑPoland Patryk Padus
As stated "changes immediately" are needed and is crtical. We have now same issue as well.
Is there any news about that?
What i see is there XML used: https://git.drupalcode.org/project/commerce_ups/-/blob/8.x-3.x/src/UPSRa...As stated composer: https://git.drupalcode.org/project/commerce_ups/-/blame/8.x-3.x/composer...
This library don't support oAuth and is abandom: https://github.com/gabrielbull/php-ups-api/issues/370There is new library needed to be incorporate:
https://github.com/abantecart/ups-phpIt's now only one to be incorporate to existing package and set as v4 version to difference for change of API provider
- ๐ต๐ฑPoland Patryk Padus
I ask about difference: https://github.com/abantecart/ups-php/issues/7
We should only replace API as issue is critical and required to be solved in fastest manner to have 1 from 2 available shipping integration provider - ๐ต๐ฑPoland Patryk Padus
Maintainer suggest only to swap library and maintaining will be provided n future : https://github.com/abantecart/ups-php/issues/7#issuecomment-1832083838
- ๐บ๐ธUnited States DamienMcKenna NH, USA
Given that D9 is no longer supported..
- ๐ต๐ฑPoland Patryk Padus
@DamienMcKenna do you need help? Are you into this issue? It block whole Commerce deployment as now is don't have one production grade shipping method integration
- ๐บ๐ธUnited States DamienMcKenna NH, USA
Sorry, but I'm not in a position to work on this.
- ๐บ๐ธUnited States adTumbler
Ryan, this is a total show stopper issue to our project. UPS will not issue an old style API key and we have to have UPS shipping on our rewards portal. Please can you let us know if we can help with any developmemp?
- ๐ต๐ฑPoland Patryk Padus
https://www.drupal.org/u/jsacksick โ can you check it? This can require to replace whole API and fixes for old one as well as XML method will require to be removed
- ๐บ๐ธUnited States johne
It's definitely not a drop in replacement. I'm not sure how different the two libraries are but I can say their folder structure and class names are not the same.
- First commit to issue fork.
Hi, any update on this? till can we expect a release with the OAuth functionality, thanks
- Status changed to Needs review
8 months ago 7:08pm 8 March 2024 - last update
8 months ago Composer require failure - ๐บ๐ธUnited States DamienMcKenna NH, USA
Thank you tBKoT!
Might anyone have some time to test this out?
- last update
8 months ago Composer require failure - First commit to issue fork.
- last update
8 months ago Composer require failure - ๐ต๐นPortugal introfini
I've reviewed the patch; it's functioning well overall. However, there are some key points to address:
- To avoid errors, implement the solution found here: ๐ Error: Call to a member function getLength() Needs review
- If utilizing any default packages, refer to this important note: โจ Default UPS packages types need updating Active
- The issue with Negotiated Rates not working has been resolved; I've already committed the fix to the merge request.
Testing Standard Rates vs. Negotiated Rates:
- last update
8 months ago Composer require failure - last update
8 months ago Composer require failure - ๐ฉ๐ชGermany 4kant
Hi,
Iยดm still having problems with negotiated rates.
After applying latest patch 7 to the (also latest) dev-Version.Actually, rates get reduced from e.g. 47.07 (= standard rate) to 46.60 (= negotiated).
But negotiated should go to something like 18.81Iยดm sure I do use the correct credentials (especially account number).
Do I have to use any other patches besides this 7.patch to get this solved?
Thanks!
- ๐ต๐นPortugal introfini
@tBKoT Is it okay to commit this change to UPSSdk.php so we can enable translation of the service names? ( โจ Allow the UPS service names to be translated Active )?
public function getServiceName(string $service): string { return isset($this->serviceNames[$service]) ? t($this->serviceNames[$service]) : ''; }
-
jsacksick โ
committed a14579be on 8.x-3.x authored by
tBKoT โ
Resolve #3387353 "Oauth 2.0 support"
-
jsacksick โ
committed a14579be on 8.x-3.x authored by
tBKoT โ
- Status changed to Fixed
6 months ago 3:17pm 8 May 2024 Automatically closed - issue fixed for 2 weeks with no activity.