Skip to content

Releases: pilinux/stripego

v0.1.5

15 Aug 09:56
08f4300
Compare
Choose a tag to compare

github.com/stripe/stripe-go/v74: from v74.25.0 to v74.30.0

⚡ accept all parameters of stripe.PaymentIntentParams for CreatePaymentIntent()

v0.1.4

09 Jul 14:33
e67bf9d
Compare
Choose a tag to compare

Dependency updated

github.com/stripe/stripe-go/v74: from v74.5.0 to v74.25.0

v0.1.3

07 Jan 18:07
cde8ac2
Compare
Choose a tag to compare

Dependency updated

stripe-go/v74: v74.4.0 -> v74.5.0

v0.1.2

03 Jan 14:06
8e15a95
Compare
Choose a tag to compare

Newly Added Features

  • get details of a balance transaction

All Features

PaymentIntent

  • create a new PaymentIntent object
  • update the amount of an existing PaymentIntent object
  • update the payment method of an existing PaymentIntent object
  • cancel an existing PaymentIntent object

Transfer

  • transfer balance to a connected Stripe account

Transaction

  • get details of a balance transaction

v0.1.1

02 Jan 14:17
ecef20b
Compare
Choose a tag to compare

Added test coverage report

v0.1.0

02 Jan 11:42
cd173c7
Compare
Choose a tag to compare

Added features:

Features

PaymentIntent

  • create a new PaymentIntent object
  • update the amount of an existing PaymentIntent object
  • update the payment method of an existing PaymentIntent object
  • cancel an existing PaymentIntent object

Transfer

  • transfer balance to a connected Stripe account