I think we still need this ticket to exist. Any time estimates?

CommentFileSizeAuthor
#2 uc_stripe.zip19.29 KBrestyler

Comments

micah’s picture

I'm about to start using Stripe with Ubercart as well, and I'm using Drupal 7. So I'm interested in the port as well. I'll see what I can do to help.

restyler’s picture

StatusFileSize
new19.29 KB

we've converted stripe to Drupal 7 for our project.
we didn't test "recurring" functionality, since we use Stripe as Ubercart gateway only - and it seems to work fine!
Please review and test.

restyler’s picture

Status: Active » Needs work
cweagans’s picture

Assigned: Unassigned » cweagans

I'm taking a look at this and will also be working on the uc_recurring functionality.

cweagans’s picture

Status: Needs work » Fixed

After some cursory review, I've gone ahead and committed this as a starting point for the 7.x branch

cweagans’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev

For posterity.

drewmacphee’s picture

Line322 should be 'amount' => round($amount * 100), // amount in cents!
forgot to round, causes issues with calculated taxes.

Also currency should be an option on the settings page, no?

Thanks!

cweagans’s picture

Good catches! Would you mind opening new issues for each of those things?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.