flutter_stripe_payment icon indicating copy to clipboard operation
flutter_stripe_payment copied to clipboard

extended token class

Open avto-region opened this issue 3 years ago • 2 comments

avto-region avatar Apr 08 '21 13:04 avto-region

@jonasbark Is there anything we can do to help get this across the line? Currently, requesting for shipping information via this package doesn't have any use, due to no ability to access the selected shipping information (as far as I'm aware).

Operating off of a fork (thank you @avto-region), but obviously would prefer something more stable on pub.dev.

ghunkins avatar Jul 13 '21 23:07 ghunkins

For anyone interested in using shipping information, you can create a fork, add in @avto-region's changes, and then add to your pubspec.yaml:

stripe_payment:
    git:
      url: git://github.com/<YOUR-ORGANIZATION>/flutter_stripe_payment.git
      ref: <YOUR-COMMIT>

ghunkins avatar Jul 13 '21 23:07 ghunkins