abantecart / ups-php

PHP SDK to UPS RESTful API
MIT License
13 stars 9 forks source link

Implement library for drupal commerce ups module #7

Closed Triloworld closed 9 months ago

Triloworld commented 9 months ago

We should migrate to solution with newest API request. https://www.drupal.org/project/commerce_ups/issues/3387353#comment-15337989

This library is great candidate to be incorporate for Drupal community.

From perspective of maintainer of this library, our need is to update from : https://github.com/gabrielbull/php-ups-api to: https://github.com/abantecart/ups-php Do have some experience what change are between?

This main folder is where we need your attention in this update (subfolder not needed): https://git.drupalcode.org/project/commerce_ups/-/tree/8.x-3.x/src

Is this something that you can help to do as someone who know API? As you see, there is only few places that need equivalent of API points to work and need only to be replaced as API keys and engine work on older implementation

Thank you for any help!

abolabo commented 9 months ago

Hi, we are not close with Drupal community. We plan to maintain this repository in the future. You can replace gabrielbull/php-ups-api with our in the file https://git.drupalcode.org/project/commerce_ups/-/blob/8.x-3.x/composer.json

Regards